AntdNavBar constructor
const
AntdNavBar({
- Key? key,
- AntdNavBarStyle? style,
- AntdStyleBuilder<
AntdNavBarStyle, AntdNavBar> ? styleBuilder, - Widget? back,
- Widget? backIcon,
- Widget? title,
- Widget? subTitle,
- Widget? left,
- Widget? right,
- AntdPosition? safeArea,
- VoidCallback? onTap,
- 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});