pickerHeight property

double pickerHeight

Implementation

double get pickerHeight => this._pickerHeight ?? 220.0;
void pickerHeight=(double value)

Implementation

set pickerHeight(double value) {
  _pickerHeight = value;
}