BsInputSize class

Class to define size of BsInputText

Constructors

BsInputSize({EdgeInsets padding = EdgeInsets.zero, double fontSize = 14.0, double iconSize = 10.0, double marginTop = 0, double marginLeft = 0, double transitionLabelX = 0, double transitionLabelY = 0, double transisionFontSize = 2.0})
Construct BsInputSize
const

Properties

fontSize double
defin fontSize BsInputText
final
hashCode int
The hash code for this object.
no setterinherited
iconSize double
final
marginLeft double
define marginLeft BsInputText
final
marginTop double
defin marginTop BsInputText
final
padding EdgeInsets
define padding of BsInputText
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transisionFontSize double
define transisionFontSize BsInputText
final
transitionLabelX double
define transitionMarginLeft BsInputText
final
transitionLabelY double
define transision margin top 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

lg → const BsInputSize
define input text large
md → const BsInputSize
define input size medium
outlineBottomLg → const BsInputSize
define size input outline bottom large
outlineBottomMd → const BsInputSize
define size input text outline bottom medium
outlineBottomSm → const BsInputSize
define size input text outline bottom small
sm → const BsInputSize
define input size small