GradientBackground class
- Available extensions
Constructors
- GradientBackground({required String textColor1, required String color1, required String color2, required String textColor2})
Properties
- color1 ↔ String
-
getter/setter pair
- color2 ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textColor1 ↔ String
-
getter/setter pair
- textColor2 ↔ String
-
getter/setter pair
Methods
-
colors(
) → List< Color> -
getColor1(
) → Color -
Available on GradientBackground, provided by the GradientBackgroundExt extension
-
getColor2(
) → Color -
Available on GradientBackground, provided by the GradientBackgroundExt extension
-
getTextColor1(
) → Color -
Available on GradientBackground, provided by the GradientBackgroundExt extension
-
getTextColor2(
) → Color -
Available on GradientBackground, provided by the GradientBackgroundExt extension
-
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