FuiNavigationContent constructor
const
FuiNavigationContent({})
Implementation
const FuiNavigationContent({
super.key,
required this.child,
this.left = true,
this.top = true,
this.right = true,
this.bottom = true,
this.minimum = EdgeInsets.zero,
this.maintainBottomViewPadding = false,
});