BsNav constructor
const
BsNav({
- Key? key,
- required List<
Widget> children, - BsNavVariant variant = .plain,
- BsNavAlignment alignment = .start,
- bool vertical = false,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- bool wrap = true,
Creates a BsNav container.
Implementation
const BsNav({
super.key,
required this.children,
this.variant = .plain,
this.alignment = .start,
this.vertical = false,
this.padding = EdgeInsets.zero,
this.wrap = true,
});