GgNavigationPage constructor
GgNavigationPage({})
Implementation
GgNavigationPage({
super.key,
required this.pageContent,
this.children,
this.semanticLabels = const {},
this.showBackButton = true,
this.showCloseButton = true,
this.onShow,
this.onNavigateToParent,
this.onNavigateToChild,
}) {
_checkChildren(children);
}