KatButtonNavBar constructor
const
KatButtonNavBar({
- Key? key,
- required String label,
- Color? backgroundColor,
- OutlinedBorder? shape,
- VoidCallback? onPressed,
Implementation
const KatButtonNavBar({
super.key,
required this.label,
this.backgroundColor,
this.shape,
this.onPressed,
});