menuHeight property
double
get
menuHeight
Implementation
double get menuHeight => this._menuHeight ?? 36.0;
set
menuHeight
( )
Implementation
set menuHeight(double value) {
_menuHeight = value;
}