menu
sw_core package
documentation
entity_theme/theme_pair.dart
ThemePair
ThemePair.new constructor
ThemePair.new constructor
dark_mode
light_mode
ThemePair
constructor
ThemePair
(
Map
<
String
,
dynamic
>
lightTheme
,
Map
<
String
,
dynamic
>
darkTheme
)
Implementation
ThemePair(this.lightTheme, this.darkTheme);
sw_core package
documentation
entity_theme/theme_pair
ThemePair
ThemePair.new constructor
ThemePair class