PageBody constructor
const
PageBody({
- required List<
Component> children, - double maxWidth = 1200,
- EdgeInsets? padding,
- Key? key,
Implementation
const PageBody({
required this.children,
this.maxWidth = 1200,
this.padding,
super.key,
});