isShow property
bool
get
isShow
Whether the menu is displayed, True means display, False means hide.
Implementation
bool get isShow => _isShow;
Whether the menu is displayed, True means display, False means hide.
bool get isShow => _isShow;