menu
haishin_kit package
documentation
screen_settings.dart
ScreenSettings
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Implementation
Map<String, dynamic> toMap() { return { 'width': width, 'height': height, }; }
haishin_kit package
documentation
screen_settings
ScreenSettings
toMap method
ScreenSettings class