visible property
bool
get
visible
Whether the bar should occupy space right now.
Implementation
bool get visible =>
requestedVisible && !(hideWhenKeyboardVisible && keyboardVisible);
Whether the bar should occupy space right now.
bool get visible =>
requestedVisible && !(hideWhenKeyboardVisible && keyboardVisible);