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"))));