ViewPositionType enum

Inheritance
Available extensions

Values

left → const ViewPositionType

Left positions

leftTop → const ViewPositionType
leftBottom → const ViewPositionType
leftFlex → const ViewPositionType

Right positions

rightTop → const ViewPositionType
rightBottom → const ViewPositionType
rightFlex → const ViewPositionType
top → const ViewPositionType

Top positions

topLeft → const ViewPositionType
topRight → const ViewPositionType
topFlex → const ViewPositionType
bottom → const ViewPositionType

Bottom positions

bottomLeft → const ViewPositionType
bottomRight → const ViewPositionType
bottomFlex → const ViewPositionType
center → const ViewPositionType

Center positions

centerFlexX → const ViewPositionType
centerFlexY → const ViewPositionType
centerFill → const ViewPositionType

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isBottom bool
Bottom positions
no setter
isBottomFlex bool
no setter
isBottomLeft bool
no setter
isBottomMode bool
no setter
isBottomRight bool
no setter
isCenter bool
Center positions
no setter
isCenterFill bool
no setter
isCenterFlexX bool
no setter
isCenterFlexY bool
no setter
isCenterMode bool
no setter
isLeft bool
Left positions
no setter
isLeftBottom bool
no setter
isLeftFlex bool
no setter
isLeftMode bool
no setter
isLeftTop bool
no setter
isRight bool
Right positions
no setter
isRightBottom bool
no setter
isRightFlex bool
no setter
isRightMode bool
no setter
isRightTop bool
no setter
isTop bool
Top positions
no setter
isTopFlex bool
no setter
isTopLeft bool
no setter
isTopMode bool
no setter
isTopRight bool
no setter
isXMode bool
no setter
isYMode bool
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
position ViewPosition
final
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<ViewPositionType>
A constant List of the values in this enum, in order of their declaration.