menu
antd_flutter_mobile package
documentation
components/tabs/index.dart
AntdTab
AntdTab.new const constructor
AntdTab.new const constructor
dark_mode
light_mode
AntdTab
constructor
const
AntdTab
(
{
required
Widget
title
,
required
String
value
,
bool
?
disabled
,
Widget
?
child
,
})
Implementation
const AntdTab({ required this.title, required this.value, this.disabled, this.child, });
antd_flutter_mobile package
documentation
components/tabs/index
AntdTab
AntdTab.new const constructor
AntdTab class