BsInputStyle class

Class to define of BsInputText

Constructors

BsInputStyle({Color? textColor, Color iconColor = Colors.black87, Color focusedColor = BsColor.primary, Color focusedErrorColor = BsColor.danger, Color focusedErrorTextColor = BsColor.danger, Color? backgroundColor = Colors.transparent, Color? disabledColor = const Color(0xffe7e7e7), BoxBorder? border, BorderRadiusGeometry? borderRadius, List<BoxShadow> boxShadowFocused = const []})
Construct BsInputStyle
const

Properties

backgroundColor Color?
define color of backgroundColor BsInputText
final
border BoxBorder?
define border of BsInputText
final
borderRadius BorderRadiusGeometry?
define borderRadius of BsInputText
final
boxShadowFocused List<BoxShadow>
define boxShadowFocused of BsInputText
final
disabledColor Color?
define disabledColor of backgroundColor BsInputText
final
focusedColor Color
final
focusedErrorColor Color
final
focusedErrorTextColor Color
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color?
define color of BsInputText
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

Constants

outline → const BsInputStyle
define style outline input text
outlineBottom → const BsInputStyle
define style outline bottom input text
outlineRounded → const BsInputStyle