CkAppBarConfig constructor
CkAppBarConfig({
- dynamic onBack()?,
- Icon? backIcon,
- Widget? backButton,
- BoxDecoration decoration()?,
- Color? backgroundColor,
- double? height,
- Color iconColor()?,
- Color titleColor()?,
- List<
Widget> ? actions, - AlignmentGeometry? titleAlignment,
- AlignmentGeometry? leadingAlignment,
- AlignmentGeometry? actionAlignment,
- double? titleSpacing,
- Widget titleBuilder(
- String title
- EdgeInsets? leadingPadding,
- 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,
});