chore(ui): ignore positional_boolean analysis.
Signed-off-by: xsahil03x <xdsahil@gmail.com>
This commit is contained in:
@@ -5,6 +5,7 @@ import 'package:flutter/material.dart';
|
||||
/// {@endtemplate}
|
||||
typedef ReactionIconBuilder = Widget Function(
|
||||
BuildContext context,
|
||||
// ignore: avoid_positional_boolean_parameters
|
||||
bool isHighlighted,
|
||||
double iconSize,
|
||||
);
|
||||
|
||||
@@ -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