menu
h_utils package
documentation
control_flow/predicate.dart
Predicate<Input> typedef
Predicate<Input> typedef
dark_mode
light_mode
Predicate<
Input
>
typedef
Predicate
<
Input
> =
bool
Function
(
Input
)
Implementation
typedef Predicate<Input> = bool Function(Input);
h_utils package
documentation
control_flow/predicate
Predicate<Input> typedef
predicate library