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

Available on ViewPositionType?, provided by the ViewPositionExtension extension

Bottom positions
no setter
isBottomFlex bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isBottomLeft bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isBottomMode bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isBottomRight bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isCenter bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

Center positions
no setter
isCenterFill bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isCenterFlexX bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isCenterFlexY bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isCenterMode bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isLeft bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

Left positions
no setter
isLeftBottom bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isLeftFlex bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isLeftMode bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isLeftTop bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isRight bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

Right positions
no setter
isRightBottom bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isRightFlex bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isRightMode bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isRightTop bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isTop bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

Top positions
no setter
isTopFlex bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isTopLeft bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isTopMode bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isTopRight bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isXMode bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter
isYMode bool

Available on ViewPositionType?, provided by the ViewPositionExtension extension

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
use ViewPositionType

Available on ViewPositionType?, provided by the ViewPositionExtension extension

no setter

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.