menu
flutter_use package
documentation
flutter_use.dart
Predicate<T> typedef
Predicate<T> typedef
dark_mode
light_mode
Predicate<
T
>
typedef
Predicate
<
T
> =
bool
Function
(
T
prev
,
T
next
)
Implementation
typedef Predicate<T> = bool Function(T prev, T next);
flutter_use package
documentation
flutter_use
Predicate<T> typedef
flutter_use library