ControlPosition class


- TL TC TR -

- LT   RT -

- LC   RC -

- LB   RB -

- BL BC BR -


Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

bottom_center → const ControlPosition
Elements are positioned in the center of the bottom row.
bottom_left → const ControlPosition
Elements are positioned in the bottom left and flow towards the middle. Elements are positioned to the right of the Google logo.
bottom_right → const ControlPosition
Elements are positioned in the bottom right and flow towards the middle. Elements are positioned to the left of the copyrights.
left_bottom → const ControlPosition
Elements are positioned on the left, above bottom-left elements, and flow upwards.
left_center → const ControlPosition
Elements are positioned in the center of the left side.
left_top → const ControlPosition
Elements are positioned on the left, below top-left elements, and flow downwards.
right_bottom → const ControlPosition
Elements are positioned on the right, above bottom-right elements, and flow upwards.
right_center → const ControlPosition
Elements are positioned in the center of the right side.
right_top → const ControlPosition
Elements are positioned on the right, below top-right elements, and flow downwards.
top_center → const ControlPosition
Elements are positioned in the center of the top row.
top_left → const ControlPosition
Elements are positioned in the top left and flow towards the middle.
top_right → const ControlPosition
Elements are positioned in the top right and flow towards the middle.