BorderSheetPosition enum
The border sheet position.
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.
- Right → const BorderSheetPosition
-
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
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.