menu
u package
documentation
components/u_tab_bar.dart
UTab
UTab.new const constructor
UTab.new const constructor
dark_mode
light_mode
UTab
constructor
const
UTab
(
{
required
String
id
,
required
String
title
,
IconData
?
icon
,
Widget
?
badge
,
})
Implementation
const UTab({required this.id, required this.title, this.icon, this.badge});
u package
documentation
components/u_tab_bar
UTab
UTab.new const constructor
UTab class