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'})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited