menu
fastyle_core package
documentation
logic/blocs/app_dict.bloc.dart
FastAppDictBloc
getValue<T> method
getValue<T> method
dark_mode
light_mode
getValue<
T
>
method
T
getValue
<
T
>(
String
name
)
Implementation
T getValue<T>(String name) => currentState.getValue<T>(name);
fastyle_core package
documentation
logic/blocs/app_dict.bloc
FastAppDictBloc
getValue<T> method
FastAppDictBloc class