menu
messenger
store/model/window_preferences.dart
WindowPreferences
WindowPreferences constructor
WindowPreferences
dark_mode
light_mode
WindowPreferences
constructor
WindowPreferences
(
{
double
?
width
,
double
?
height
,
double
?
dx
,
double
?
dy
,
})
Implementation
WindowPreferences({this.width, this.height, this.dx, this.dy});
messenger
window_preferences
WindowPreferences
WindowPreferences constructor
WindowPreferences class