SplitTabbedView constructor
const
SplitTabbedView({
- Key? key,
- String? hookName,
- List<
SplitViewFolderTab> folderTabs = const [], - List<
SplitViewContentArea> contentAreas = const [], - double folderTabsFlex = 2.0,
- SplitViewPosition position = SplitViewPosition.none,
- void onTabChanged()?,
Implementation
const SplitTabbedView({
super.key,
String? hookName,
this.folderTabs = const [],
this.contentAreas = const [],
this.folderTabsFlex = 2.0,
this.position = SplitViewPosition.none,
this.onTabChanged,
}) : _hookName = hookName;