AdGradientOrientation enum Null safety
The orientation or the gradient
Constructors
- AdGradientOrientation()
-
const
Values
- top_bottom → const AdGradientOrientation
-
draw the gradient from the top to the bottom
const AdGradientOrientation(0)
- tr_bl → const AdGradientOrientation
-
draw the gradient from the top-right to the bottom-left
const AdGradientOrientation(1)
- right_left → const AdGradientOrientation
-
draw the gradient from the right to the left
const AdGradientOrientation(2)
- br_tl → const AdGradientOrientation
-
draw the gradient from the bottom-right to the top-left
const AdGradientOrientation(3)
- bottom_top → const AdGradientOrientation
-
draw the gradient from the bottom to the top
const AdGradientOrientation(4)
- bl_tr → const AdGradientOrientation
-
draw the gradient from the bottom-left to the top-right
const AdGradientOrientation(5)
- left_right → const AdGradientOrientation
-
draw the gradient from the left to the right
const AdGradientOrientation(6)
- tl_br → const AdGradientOrientation
-
draw the gradient from the top-left to the bottom-right
const AdGradientOrientation(7)
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<
AdGradientOrientation> -
A constant List of the values in this enum, in order of their declaration.
[top_bottom, tr_bl, right_left, br_tl, bottom_top, bl_tr, left_right, tl_br]