BsSelectBoxSize class

Constructors

BsSelectBoxSize({double maxHeight = 300.0, double? fontSize = 14.0, double? optionFontSize = 14.0, double? searchInputFontSize = 14.0, double labelX = 15.0, double labelY = 0.0, double transitionLabelX = 8.0, double transitionLabelY = -40.0})
const

Properties

fontSize double?
define font size of BsSelectBox
final
hashCode int
The hash code for this object.
no setterinherited
labelX double
define label text position x when using hintLabelText
final
labelY double
define label text position y when using hintLabelText
final
maxHeight double
final
optionFontSize double?
define optionFontSize of BsSelectBox
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchInputFontSize double?
define searchInputFontSize on BsSelectBox in BsWrapperOptions
final
transitionLabelX double
define label text position x when using hintLabelText and have selected value
final
transitionLabelY double
define label text position y when using hintLabelText and have selected value
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