PickerStyle constructor

const PickerStyle({
  1. TextStyle? itemTextStyle,
  2. double? itemHeight,
  3. double? pickerHeight,
  4. Widget? confirmWidget,
  5. Widget? cancelWidget,
  6. Color? backgroundColor,
  7. BoxDecoration? buttonBarDecoration,
})

Implementation

const PickerStyle({
  this.itemTextStyle,
  this.itemHeight,
  this.pickerHeight,
  this.confirmWidget,
  this.cancelWidget,
  this.backgroundColor,
  this.buttonBarDecoration,
});