menu
fanci package
documentation
tabs/lib.dart
TabContentView
TabContentView const constructor
TabContentView const constructor
dark_mode
light_mode
TabContentView
constructor
const
TabContentView
(
{
Key
?
key
,
required
List
<
Widget
>
children
,
})
Implementation
const TabContentView({ super.key, required this.children, });
fanci package
documentation
tabs/lib
TabContentView
TabContentView const constructor
TabContentView class