menu
noor_go package
documentation
customer_app/presentation/style/theme/theme.dart
AppTheme
toggle method
toggle method
dark_mode
light_mode
toggle
method
Future
toggle
(
)
Implementation
Future toggle() async { if (_mode.isLight) { return await setDark(); } return await setLight(); }
noor_go package
documentation
customer_app/presentation/style/theme/theme
AppTheme
toggle method
AppTheme class