menuHeight property

double get menuHeight

Implementation

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

Implementation

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