NeoPageShell constructor
const
NeoPageShell({
- Key? key,
- required Widget child,
- Widget? background,
- double maxWidth = NeoBreakpoints.pageMaxWidth,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 24, vertical: 28),
- AlignmentGeometry alignment = Alignment.topCenter,
Implementation
const NeoPageShell({
super.key,
required this.child,
this.background,
this.maxWidth = NeoBreakpoints.pageMaxWidth,
this.padding = const EdgeInsets.symmetric(horizontal: 24, vertical: 28),
this.alignment = Alignment.topCenter,
});