SliderAppBarConfig constructor

const SliderAppBarConfig({
  1. Widget title = const Text('AppBar'),
  2. Color? backgroundColor,
  3. EdgeInsets? padding,
  4. Widget? trailing,
  5. Color drawerIconColor = const Color(0xff2c2b2b),
  6. double drawerIconSize = 27,
  7. bool isCupertino = false,
  8. Color? splashColor,
  9. ImageProvider<Object>? drawerOpenIcon,
  10. ImageProvider<Object>? drawerCloseIcon,
  11. 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,
});