BrnAppBarTitle constructor
const
BrnAppBarTitle(
- String title, {
- Key? key,
- AppBarConfig? themeData,
Implementation
const BrnAppBarTitle(this.title, {Key? key, this.themeData})
: super(key: key);