menu
h_utils package
documentation
control_flow/consumer.dart
Consumer<I> typedef
Consumer<I> typedef
dark_mode
light_mode
Consumer<
I
>
typedef
Consumer
<
I
> =
void Function
(
I
)
Implementation
typedef Consumer<I> = void Function(I);
h_utils package
documentation
control_flow/consumer
Consumer<I> typedef
consumer library