SelectPickerInputStyle constructor
SelectPickerInputStyle({
- 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,
Implementation
SelectPickerInputStyle({
this.borderColor = Colors.black87,
this.backgroundColor = Colors.white,
this.height = 55,
this.borderRadius = 50,
this.errorColor = const Color(0xFFD32F2F),
this.spaceBarSize = 1.6,
this.iconColor = Colors.black87,
this.borderSize = 1,
this.backgoundDisabledColor = const Color(0xFFD6D6D6),
this.iconColorDisabled = Colors.black87,
this.iconSize,
this.elevation = 0,
this.hintStyle,
this.textStyle,
this.internalPadding,
this.showDropIndicator,
this.iconDropDwon,
});