menu
smart_lib_theme package
documentation
features/theme/presentation/bloc/app_theme_bloc.dart
AppThemeState
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
AppThemeState
copyWith
(
{
ThemeData
?
theme
,
})
Implementation
AppThemeState copyWith({ThemeData? theme}) { return AppThemeState(theme: theme ?? this.theme); }
smart_lib_theme package
documentation
features/theme/presentation/bloc/app_theme_bloc
AppThemeState
copyWith method
AppThemeState class