isHidden property
bool
get
isHidden
Whether the toolbar is fully off-screen.
Implementation
bool get isHidden => collapsedFraction >= 1;
Whether the toolbar is fully off-screen.
bool get isHidden => collapsedFraction >= 1;