hideAppBar method
Implementation
void hideAppBar(BuildContext context) {
_runWhenReady(
context, () => Actions.invoke(context, AppBarAnimationIntent.hide()));
}
void hideAppBar(BuildContext context) {
_runWhenReady(
context, () => Actions.invoke(context, AppBarAnimationIntent.hide()));
}