ThreeColumnNavigation constructor
ThreeColumnNavigation({})
Implementation
ThreeColumnNavigation({
Key? key,
required this.sections,
this.showDetailsArrows = true,
this.expandedIconData = Icons.fullscreen_exit,
this.collapsedIconData = Icons.fullscreen,
this.initiallyExpanded = true,
this.bottomAppBar,
this.backgroundColor,
this.title,
}) : super(key: key);