pickerHeight property

double get pickerHeight

Implementation

double get pickerHeight => _pickerHeight ?? 220.0;
set pickerHeight (double value)

Implementation

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