position property

Offset? get position

Returns the Offset position of these WindowPreferences.

Implementation

Offset? get position => dx == null || dy == null ? null : Offset(dx!, dy!);