menu
statehub package
documentation
statehub_flutter.dart
HubScopeContext
hub<T> method
hub<T> method
dark_mode
light_mode
hub<
T
>
method
T
hub
<
T
>(
String
name
)
Implementation
T hub<T>(String name) => HubScopeProvider.of(this).get<T>(name);
statehub package
documentation
statehub_flutter
HubScopeContext
hub<T> method
HubScopeContext extension on
BuildContext