AntdNavBarStyle constructor

const AntdNavBarStyle({
  1. bool inherit = true,
  2. AntdBoxStyle? bodyStyle,
  3. AntdFlexStyle? bodyRowStyle,
  4. AntdIconStyle? backIconStyle,
  5. AntdBoxStyle? backStyle,
  6. AntdFlexStyle? backRowStyle,
  7. AntdBoxStyle? titleStyle,
  8. AntdBoxStyle? subTitleStyle,
  9. AntdFlexStyle? titleColumnStyle,
  10. 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});