menuHeight property

double menuHeight

Implementation

double get menuHeight => this._menuHeight ?? 36.0;
void menuHeight=(double value)

Implementation

set menuHeight(double value) {
  _menuHeight = value;
}