GradientDrawableOrientation enum

Inheritance

Constructors

GradientDrawableOrientation(String rawName)
const

Values

topBottom → const GradientDrawableOrientation
const GradientDrawableOrientation("TOP_BOTTOM")
trBl → const GradientDrawableOrientation
const GradientDrawableOrientation("TR_BL")
rightLeft → const GradientDrawableOrientation
const GradientDrawableOrientation("RIGHT_LEFT")
brTl → const GradientDrawableOrientation
const GradientDrawableOrientation("BR_TL")
bottomTop → const GradientDrawableOrientation
const GradientDrawableOrientation("BOTTOM_TOP")
blTr → const GradientDrawableOrientation
const GradientDrawableOrientation("BL_TR")
leftRight → const GradientDrawableOrientation
const GradientDrawableOrientation("LEFT_RIGHT")
tlBr → const GradientDrawableOrientation
const GradientDrawableOrientation("TL_BR")

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
rawName String
final
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<GradientDrawableOrientation>
A constant List of the values in this enum, in order of their declaration.