menu
fastyle_dart package
documentation
logic/blocs/theme.bloc.dart
FastThemeBloc
canClose method
canClose method
dark_mode
light_mode
canClose
method
bool
canClose
(
)
inherited
Allow to override the close method.
Implementation
bool canClose() => true;
fastyle_dart package
documentation
logic/blocs/theme.bloc
FastThemeBloc
canClose method
FastThemeBloc class