CkAppBarConfig constructor

CkAppBarConfig({
  1. dynamic onBack()?,
  2. Icon? backIcon,
  3. Widget? backButton,
  4. BoxDecoration decoration()?,
  5. Color? backgroundColor,
  6. double? height,
  7. Color iconColor()?,
  8. Color titleColor()?,
  9. List<Widget>? actions,
  10. AlignmentGeometry? titleAlignment,
  11. AlignmentGeometry? leadingAlignment,
  12. AlignmentGeometry? actionAlignment,
  13. double? titleSpacing,
  14. Widget titleBuilder(
    1. String title
    )?,
  15. EdgeInsets? leadingPadding,
  16. EdgeInsets? actionsPadding,
})

Implementation

CkAppBarConfig({
  this.onBack,
  this.backIcon,
  this.backButton,
  this.decoration,
  this.backgroundColor,
  this.height,
  this.iconColor,
  this.titleColor,
  this.actions,
  this.titleAlignment,
  this.leadingAlignment,
  this.actionAlignment,
  this.titleSpacing,
  this.titleBuilder,
  this.leadingPadding,
  this.actionsPadding,
});