bart/bart_appbar library
Classes
- AppBarBuildIntent
- Use this intent to provide a custom appBar within a child widget to the scaffold
- BartAppBarAction
- you can change app bar within your page by calling once Actions.invoke(context, AppBarBuildIntent(AppBar(title: Text("title text"))));