menu
flower package
documentation
state_manager/src/controller/flower_state.dart
Bind<T>
find<S> static method
find<S> static method
dark_mode
light_mode
find<
S
>
static method
S
find
<
S
>(
{
String
?
tag
,
})
Implementation
static S find<S>({String? tag}) => Flower.find<S>(tag: tag);
flower package
documentation
state_manager/src/controller/flower_state
Bind<T>
find<S> static method
Bind class