chore(ui): ignore positional_boolean analysis.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -348,6 +348,7 @@ typedef KeyEventPredicate = bool Function(FocusNode, KeyEvent);
|
||||
/// {@template userItemBuilder}
|
||||
/// Builder used to create a custom [ListUserItem] from a [User]
|
||||
/// {@endtemplate}
|
||||
// ignore: avoid_positional_boolean_parameters
|
||||
typedef UserItemBuilder = Widget Function(BuildContext, User, bool);
|
||||
|
||||
/// The action to perform when the "scroll to bottom" button is pressed
|
||||
|
||||
Reference in New Issue
Block a user