pickerItemHeight property

double pickerItemHeight

Implementation

double get pickerItemHeight => this._pickerItemHeight ?? 40.0;
void pickerItemHeight=(double value)

Implementation

set pickerItemHeight(double value) {
  _pickerItemHeight = value;
}