IntroCardAlign enum

Describes the alignment of introduction card widget relative to highlighted widget.

Inheritance

Constructors

IntroCardAlign()
const

Values

insideTopLeft → const IntroCardAlign

The card widget is aligned to the top left corner inside the target widget.

insideTopRight → const IntroCardAlign

The card widget is aligned to the top right corner inside the target widget.

insideBottomLeft → const IntroCardAlign

The card widget is aligned to the bottom left corner inside the target widget.

insideBottomRight → const IntroCardAlign

The card widget is aligned to the bottom right corner inside the target widget.

outsideTopLeft → const IntroCardAlign

The card widget is located to the left of the top of the target widget.

outsideTopRight → const IntroCardAlign

The card widget is located to the right of the top of the target widget.

outsideBottomLeft → const IntroCardAlign

The card widget is located to the left of the bottom of the target widget.

outsideBottomRight → const IntroCardAlign

The card widget is located to the right of the bottom of the target widget.

outsideLeftTop → const IntroCardAlign

The card widget is located to the top of the left of the target widget.

outsideLeftBottom → const IntroCardAlign

The card widget is located to the bottom of the left of the target widget.

outsideRightTop → const IntroCardAlign

The card widget is located to the top of the right of the target widget.

outsideRightBottom → const IntroCardAlign

The card widget is located to the bottom of the right of the target widget.

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<IntroCardAlign>
A constant List of the values in this enum, in order of their declaration.