AdGradientOrientation enum

The orientation or the gradient

Inheritance

Constructors

AdGradientOrientation()
const

Values

top_bottom → const AdGradientOrientation

draw the gradient from the top to the bottom

tr_bl → const AdGradientOrientation

draw the gradient from the top-right to the bottom-left

right_left → const AdGradientOrientation

draw the gradient from the right to the left

br_tl → const AdGradientOrientation

draw the gradient from the bottom-right to the top-left

bottom_top → const AdGradientOrientation

draw the gradient from the bottom to the top

bl_tr → const AdGradientOrientation

draw the gradient from the bottom-left to the top-right

left_right → const AdGradientOrientation

draw the gradient from the left to the right

tl_br → const AdGradientOrientation

draw the gradient from the top-left to the bottom-right

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