FieldColorScheme class

Constructors

FieldColorScheme({Color backgroundColor = Colors.white, FieldGradientColors? backgroundGradient, Color borderColor = Colors.grey, FieldGradientColors? borderGradient, int borderSize = 1, BorderRadius? borderRadius = const BorderRadius.all(Radius.circular(8)), Color textColor = Colors.black, Color hintTextColor = Colors.black, Color titleColor = Colors.black, Color descriptionColor = Colors.black, Color iconColor = Colors.white, Color? textBackgroundColor, FieldGradientColors? textBackgroundGradient})
const

Properties

backgroundColor Color
final
backgroundGradient FieldGradientColors?
final
borderColor Color
final
borderGradient FieldGradientColors?
final
borderRadius BorderRadius?
final
borderSize int
final
descriptionColor Color
final
hashCode int
The hash code for this object.
no setterinherited
hintTextColor Color
final
iconColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textBackgroundColor Color?
final
textBackgroundGradient FieldGradientColors?
final
textColor Color
final
titleColor Color
final

Methods

copyWith({Color? backgroundColor, FieldGradientColors? backgroundGradient, Color? borderColor, FieldGradientColors? borderGradient, int? borderSize, Color? textColor, Color? hintTextColor, Color? titleColor, Color? descriptionColor, Color? iconColor, Color? textBackgroundColor, FieldGradientColors? textBackgroundGradient}) FieldColorScheme
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