AppBarWidget constructor
const
AppBarWidget({})
Implementation
const AppBarWidget(
{this.title = "",
this.bgColor = Colors.blue,
this.titleColor = Colors.white,
this.fontFamily = "",
this.titleSize = 14,
Key? key})
: super(key: key);