ResponsiveTabPageLayout constructor
const
ResponsiveTabPageLayout({})
Implementation
const ResponsiveTabPageLayout({
this.navigationStyle,
this.navItems = const [],
Key? key,
this.tabIndex = 0,
this.body,
this.appbar,
this.action,
required this.onTabIndexChange,
}) : super(key: key);