AntdNavBarStyle constructor
const
AntdNavBarStyle({
- bool inherit = true,
- AntdBoxStyle? bodyStyle,
- AntdFlexStyle? bodyRowStyle,
- AntdIconStyle? backIconStyle,
- AntdBoxStyle? backStyle,
- AntdFlexStyle? backRowStyle,
- AntdBoxStyle? titleStyle,
- AntdBoxStyle? subTitleStyle,
- AntdFlexStyle? titleColumnStyle,
- bool? rightExpanded,
Implementation
const AntdNavBarStyle(
{super.inherit,
this.bodyStyle,
this.bodyRowStyle,
this.backIconStyle,
this.backStyle,
this.backRowStyle,
this.titleStyle,
this.subTitleStyle,
this.titleColumnStyle,
this.rightExpanded});