AndroidGravity enum
All the available Android gravity values
Values
- center → const AndroidGravity
- clipHorizontal → const AndroidGravity
- clipVertical → const AndroidGravity
- fillHorizontal → const AndroidGravity
- fill → const AndroidGravity
- centerVertical → const AndroidGravity
- bottom → const AndroidGravity
- fillVertical → const AndroidGravity
- centerHorizontal → const AndroidGravity
- top → const AndroidGravity
- end → const AndroidGravity
- left → const AndroidGravity
- right → const AndroidGravity
- start → const AndroidGravity
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromString(
String str) → AndroidGravity
Constants
-
values
→ const List<
AndroidGravity> - A constant List of the values in this enum, in order of their declaration.