BasicTextFieldTheme class

Constructors

BasicTextFieldTheme({Color? fillColor, Color? textColor, Color? labelColor, Color? borderColor, Color? focusedBorderColor, double borderWidth = 1, double? borderRadius, EdgeInsets contentPadding = const EdgeInsets.all(10), BasicTextVariant labelVariant = BasicTextVariant.label, double textSize = 14})
const

Properties

borderColor Color?
final
borderRadius double?
final
borderWidth double
final
contentPadding EdgeInsets
final
fillColor Color?
final
focusedBorderColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
labelColor Color?
final
labelVariant BasicTextVariant
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
final
textSize double
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