menu
readable package
documentation
readable.dart
Selector<T> typedef
Selector<T> typedef
dark_mode
light_mode
Selector<
T
>
typedef
Selector
<
T
> =
bool
Function
(
T
)
return true if match
Implementation
typedef Selector<T> = bool Function(T);
readable package
documentation
readable
Selector<T> typedef
readable library