position property
Returns the Offset position of these WindowPreferences.
Implementation
Offset? get position => dx == null || dy == null ? null : Offset(dx!, dy!);
Returns the Offset position of these WindowPreferences.
Offset? get position => dx == null || dy == null ? null : Offset(dx!, dy!);