pickerTitleHeight property

double pickerTitleHeight

Implementation

double get pickerTitleHeight => this._pickerTitleHeight ?? 44.0;
void pickerTitleHeight=(double value)

Implementation

set pickerTitleHeight(double value) {
  _pickerTitleHeight = value;
}