menu
begloom_widgets package
documentation
widgets/custom_bottombar.dart
CustomBottomBar
CustomBottomBar.new const constructor
CustomBottomBar.new const constructor
dark_mode
light_mode
CustomBottomBar
constructor
const
CustomBottomBar
(
{
Key
?
key
,
required
List
<
Widget
>
items
,
})
Implementation
const CustomBottomBar({ super.key, required this.items, });
begloom_widgets package
documentation
widgets/custom_bottombar
CustomBottomBar
CustomBottomBar.new const constructor
CustomBottomBar class