size property
Returns the Size of these WindowPreferences.
Implementation
Size? get size =>
width == null || height == null ? null : Size(width!, height!);
Returns the Size of these WindowPreferences.
Size? get size =>
width == null || height == null ? null : Size(width!, height!);