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