SelectPickerInputStyle class

Constructors

SelectPickerInputStyle.new({Color? borderColor = Colors.black87, Color? backgroundColor = Colors.white, double? height = 55, double? borderRadius = 50, Color? errorColor = const Color(0xFFD32F2F), double? spaceBarSize = 1.6, Color? iconColor = Colors.black87, double? borderSize = 1, Color? backgoundDisabledColor = const Color(0xFFD6D6D6), Color? iconColorDisabled = Colors.black87, double? iconSize, double? elevation = 0, TextStyle? hintStyle, TextStyle? textStyle, EdgeInsets? internalPadding, bool? showDropIndicator, IconData? iconDropDwon})

Properties

backgoundDisabledColor Color?
getter/setter pair
backgroundColor Color?
getter/setter pair
borderColor Color?
getter/setter pair
borderRadius double?
getter/setter pair
borderSize double?
getter/setter pair
elevation double?
getter/setter pair
errorColor Color?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height double?
getter/setter pair
hintStyle TextStyle?
getter/setter pair
iconColor Color?
getter/setter pair
iconColorDisabled Color?
getter/setter pair
iconDropDwon IconData?
getter/setter pair
iconSize double?
getter/setter pair
internalPadding EdgeInsets?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDropIndicator bool?
getter/setter pair
spaceBarSize double?
getter/setter pair
textStyle TextStyle?
getter/setter pair

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