FormTheme class

Constructors

FormTheme({Color? primaryColor, Color? backgroundColor, Color? errorColor, TextStyle? labelStyle, TextStyle? inputStyle, TextStyle? helperStyle, TextStyle? errorStyle, InputBorder? inputBorder, List<BoxShadow>? inputShadow, double? labelSpacing, bool labelAboveField = true})
const
FormTheme.dark()
factory
FormTheme.light()
factory

Properties

backgroundColor Color?
final
errorColor Color?
final
errorStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
helperStyle TextStyle?
final
inputBorder InputBorder?
final
inputShadow List<BoxShadow>?
final
inputStyle TextStyle?
final
labelAboveField bool
final
labelSpacing double?
final
labelStyle TextStyle?
final
primaryColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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