SliderAppBar constructor
const
SliderAppBar({
- double appBarHeight = 90,
- Widget title = const Text('AppBar', style: TextStyle(fontWeight: FontWeight.w500, fontSize: 20)),
- bool isTitleCenter = true,
- Color appBarColor = const Color(0xffffffff),
- EdgeInsets? appBarPadding = const EdgeInsets.only(top: 30),
- Widget? trailing,
- Color drawerIconColor = const Color(0xffab4242),
- Widget? drawerIcon,
- double drawerIconSize = 27,
Implementation
const SliderAppBar({
this.appBarHeight = 90,
this.title = const Text('AppBar',
style: TextStyle(fontWeight: FontWeight.w500, fontSize: 20)),
this.isTitleCenter = true,
this.appBarColor = const Color(0xffffffff),
this.appBarPadding = const EdgeInsets.only(top: 30),
this.trailing,
this.drawerIconColor = const Color(0xffab4242),
this.drawerIcon,
this.drawerIconSize = 27,
});