LayoutGravity enum Null safety
Constructors
- LayoutGravity()
-
const
Values
- center → const LayoutGravity
-
const LayoutGravity(0)
- center_horizontal → const LayoutGravity
-
const LayoutGravity(1)
- center_vertical → const LayoutGravity
-
const LayoutGravity(2)
- left → const LayoutGravity
-
const LayoutGravity(3)
- right → const LayoutGravity
-
const LayoutGravity(4)
- top → const LayoutGravity
-
const LayoutGravity(5)
- bottom → const LayoutGravity
-
const LayoutGravity(6)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
LayoutGravity> -
A constant List of the values in this enum, in order of their declaration.
[center, center_horizontal, center_vertical, left, right, top, bottom]