EasyFormzTheme class

Constructors

EasyFormzTheme.new({TextStyle labelTextStyle = const TextStyle(fontSize: 15, fontWeight: FontWeight.w600), Color borderColor = Colors.black12, double borderWidth = 1.6, Color valueColor = Colors.purple, TextStyle optionTextStyle = const TextStyle(), TextStyle warningTextStyle = const TextStyle(color: Colors.red), Color warningColor = Colors.red, Color iconColor = Colors.black54, double iconSize = 24, String warningText = 'Please fill the form correctly'})

Properties

borderColor Color
final
borderWidth double
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
iconSize double
final
labelTextStyle TextStyle
final
optionTextStyle TextStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueColor Color
final
warningColor Color
final
warningText String
final
warningTextStyle TextStyle
final

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