hideAppBar method

void hideAppBar(
  1. BuildContext context
)

Implementation

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