PickerStyle constructor

PickerStyle({
  1. double? diameterRatio,
  2. double? squeeze,
  3. double? magnification,
  4. double? offAxisFraction,
  5. bool? useMagnifier,
  6. Color? bgColor,
  7. double? itemExtent,
})

Implementation

PickerStyle(
    {this.diameterRatio,
    this.squeeze,
    this.magnification,
    this.offAxisFraction,
    this.useMagnifier,
    this.bgColor,
    this.itemExtent});