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