CdxInputThemeData class

Constructors

CdxInputThemeData({required Color backgroundColor, required Color disabledBackgroundColor, required double? containerHeight, required Color cursorColor, required TextStyle textStyle, required Color iconColor, required EdgeInsets contentPadding, required TextStyle hintStyle, required TextStyle labelTextStyle, required EdgeInsets labelPadding, required bool outlinedLabel, required EdgeInsets containerPadding, required BorderRadius borderRadius, required BorderSide enabledBorder, required BorderSide disabledBorder, required BorderSide focusedBorder, required BorderSide errorBorder, required TextStyle errorTextStyle})

Properties

backgroundColor Color
final
borderRadius BorderRadius
final
containerHeight double?
final
containerPadding EdgeInsets
final
contentPadding EdgeInsets
final
cursorColor Color
final
disabledBackgroundColor Color
final
disabledBorder BorderSide
final
enabledBorder BorderSide
final
errorBorder BorderSide
final
errorTextStyle TextStyle
final
focusedBorder BorderSide
final
hashCode int
The hash code for this object.
no setterinherited
hintStyle TextStyle
final
iconColor Color
final
labelPadding EdgeInsets
final
labelTextStyle TextStyle
final
outlinedLabel bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle 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