showAppBar method

void showAppBar(
  1. BuildContext context
)

Implementation

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