CustomAppBar constructor
const
CustomAppBar({})
Implementation
const CustomAppBar({
Key? key,
this.title = '',
this.titleWidget,
this.subtitle,
this.centerTitle = false,
this.iconSwipe = false,
this.leftButtons = const [],
this.rightButtons = const [],
this.backgroundColor,
this.textColor,
this.titleStyle,
this.subtitleStyle,
this.bottom
}) : super(key: key);