BorderSheetPosition enum

The border sheet position.

Inheritance

Constructors

BorderSheetPosition()
const

Values

RespectToScreenOrientation → const BorderSheetPosition

If the screen is portrait, the sheet show at the bottom,

If landscape, the sheet show at the end (left or right) according to the text direction. ltr => right , rtl => left

RespectToScreenOrientationReversed → const BorderSheetPosition

If the screen is portrait, the sheet show at the top,

If landscape, the sheet show at the end (left or right) according to the text direction. ltr => left , rtl => right

Top → const BorderSheetPosition

At the top of the screen.

Left → const BorderSheetPosition

At the left of the screen.

At the right of the screen.

Bottom → const BorderSheetPosition

At the bottom of the screen.

Start → const BorderSheetPosition

At the end (left or right) according to the text direction. ltr => left , rtl => right

End → const BorderSheetPosition

At the end (left or right) according to the text direction. ltr => right , rtl => left

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

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