VentBottomBar<T> constructor
const
VentBottomBar<T> ({
- Key? key,
- required List<
VentBottomBarItem< items,T> > - required void onPressed(
- VentBottomBarItem<
T> ? item
- VentBottomBarItem<
- VentBottomBarItem<
T> ? initialItem, - double height = 66,
- VentBottomBarDecoration decoration = const VentBottomBarDecoration(),
Implementation
const VentBottomBar({
super.key,
required this.items,
required this.onPressed,
this.initialItem,
this.height = 66,
this.decoration = const VentBottomBarDecoration(),
});