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>
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