ShadSheetSide enum
Enum representing the side from which the ShadSheet slides in.
Values
- top → const ShadSheetSide
-
Sheet slides in from the top.
- right → const ShadSheetSide
-
Sheet slides in from the right.
- bottom → const ShadSheetSide
-
Sheet slides in from the bottom.
- left → const ShadSheetSide
-
Sheet slides in from the left.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isVertical → bool
-
Whether the sheet slides along the vertical axis.
no setter
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toAlignment(
) → Alignment - Converts the ShadSheetSide to an Alignment.
-
toEdgeAlignment(
) → Alignment - Converts the ShadSheetSide to an edge-centered Alignment. Unlike toAlignment, left/right return Alignment.centerLeft/Alignment.centerRight so a partial-size sheet sits vertically centered on its edge rather than at the corner.
-
toInnerExpandableAlignment(
) → Alignment - Returns the alignment for the inner ShadDialog in expandable mode.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
ShadSheetSide> - A constant List of the values in this enum, in order of their declaration.