pickerHeight property
double
get
pickerHeight
Implementation
double get pickerHeight => this._pickerHeight ?? 220.0;
set
pickerHeight
(double value)
Implementation
set pickerHeight(double value) {
_pickerHeight = value;
}