position property
The position of the component within its parent or layout.
If null
, the component’s placement is determined by the layout system.
Implementation
final Position? position;
The position of the component within its parent or layout.
If null
, the component’s placement is determined by the layout system.
final Position? position;