SliderAppBarConfig constructor
const
SliderAppBarConfig({
- Widget title = const Text('AppBar'),
- Color? backgroundColor,
- EdgeInsets? padding,
- Widget? trailing,
- Color drawerIconColor = const Color(0xff2c2b2b),
- double drawerIconSize = 27,
- bool isCupertino = false,
- Color? splashColor,
- ImageProvider<
Object> ? drawerOpenIcon, - ImageProvider<
Object> ? drawerCloseIcon, - AnimationController? animationController,
Implementation
const SliderAppBarConfig({
this.title = const Text('AppBar'),
this.backgroundColor,
this.padding,
this.trailing,
this.drawerIconColor = const Color(0xff2c2b2b),
this.drawerIconSize = 27,
this.isCupertino = false,
this.splashColor,
this.drawerOpenIcon,
this.drawerCloseIcon,
this.animationController,
});