AdRadialGradient class Null safety
- Inheritance
-
- Object
- AdGradient
- AdRadialGradient
Constructors
-
AdRadialGradient({required List<
Color> colors, double? radius, Alignment? center}) - Creates a RadialGradient
Properties
-
colors
→ List<
Color> ? -
The colors of the gradients. There must be at least two colors
final, inherited
- gradientCenter → Alignment
-
The center point of the gadient used by AdRadialGradient.
final, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited
- orientation → AdGradientOrientation?
-
The orientation of the gradient. Default to
left to right
final, inherited - radialGradientRadius → double?
-
The radius used by AdRadialGradient
final, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type → String
-
The type of the gradient.
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited