menu
el_kit package
documentation
material/widgets/tab.dart
Tab
Tab.new const constructor
Tab.new const constructor
dark_mode
light_mode
Tab
constructor
const
Tab
(
{
Key
?
key
,
String
?
text
,
Widget
?
icon
,
EdgeInsetsGeometry
?
iconMargin
,
double
?
height
,
Widget
?
child
,
})
Implementation
const Tab({ super.key, this.text, this.icon, this.iconMargin, this.height, this.child, });
el_kit package
documentation
material/widgets/tab
Tab
Tab.new const constructor
Tab class