AntdNavBar constructor

const AntdNavBar({
  1. Key? key,
  2. AntdNavBarStyle? style,
  3. AntdStyleBuilder<AntdNavBarStyle, AntdNavBar>? styleBuilder,
  4. Widget? back,
  5. Widget? backIcon,
  6. Widget? title,
  7. Widget? subTitle,
  8. Widget? left,
  9. Widget? right,
  10. AntdPosition? safeArea,
  11. VoidCallback? onTap,
  12. VoidCallback? onBack,
})

Implementation

const AntdNavBar(
    {super.key,
    super.style,
    super.styleBuilder,
    this.back,
    this.backIcon,
    this.title,
    this.subTitle,
    this.left,
    this.right,
    this.safeArea,
    this.onTap,
    this.onBack});