menu
ngcomponents package
documentation
model/selection/select.dart
Predicate<T> typedef
Predicate<T> typedef
dark_mode
light_mode
Predicate<
T
>
typedef
Predicate
<
T
> =
bool
Function
(
T
item
)
Implementation
typedef Predicate<T> = bool Function(T item);
ngcomponents package
documentation
model/selection/select
Predicate<T> typedef
select library