TabWebApp constructor
const
TabWebApp({
- Key? key,
- required List<
TabDefinition> tabs, - required TabController tabController,
- double? appBarMaxWidth,
- ThemeData? theme,
- Widget? logo,
Implementation
const TabWebApp({
Key? key,
required this.tabs,
required this.tabController,
this.appBarMaxWidth,
this.theme,
this.logo,
}) : super(key: key);