updateAppBar method

void updateAppBar(
  1. BuildContext context,
  2. PreferredSizeWidget? appBar
)

Implementation

void updateAppBar(BuildContext context, PreferredSizeWidget? appBar) {
  _runWhenReady(
    context,
    () => Actions.invoke(context, AppBarBuildIntent(appBar)),
  );
}