NavigationContentList constructor
const
NavigationContentList({})
Implementation
const NavigationContentList({
super.key,
required this.children,
this.crossAxisCount = 3,
this.spacing,
this.runSpacing,
this.reverse = false,
});