SelectPickerInputStyle constructor

SelectPickerInputStyle({
  1. Color? borderColor = Colors.black87,
  2. Color? backgroundColor = Colors.white,
  3. double? height = 55,
  4. double? borderRadius = 50,
  5. Color? errorColor = const Color(0xFFD32F2F),
  6. double? spaceBarSize = 1.6,
  7. Color? iconColor = Colors.black87,
  8. double? borderSize = 1,
  9. Color? backgoundDisabledColor = const Color(0xFFD6D6D6),
  10. Color? iconColorDisabled = Colors.black87,
  11. double? iconSize,
  12. double? elevation = 0,
  13. TextStyle? hintStyle,
  14. TextStyle? textStyle,
  15. EdgeInsets? internalPadding,
  16. bool? showDropIndicator,
  17. 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,
});