menu
flutter_androssy package
documentation
core/theme.dart
AndrossyTheme
AndrossyTheme const constructor
AndrossyTheme const constructor
dark_mode
light_mode
AndrossyTheme
constructor
const
AndrossyTheme
(
ThemeData
light
,
ThemeData
?
dark
)
Implementation
const AndrossyTheme( this.light, ThemeData? dark, ) : dark = dark ?? light;
flutter_androssy package
documentation
core/theme
AndrossyTheme
AndrossyTheme const constructor
AndrossyTheme class