CenterBody constructor
const
CenterBody({
- required Component child,
- double? maxWidth,
- EdgeInsets? padding,
- bool fillHeight = true,
- Key? key,
Implementation
const CenterBody({
required this.child,
this.maxWidth,
this.padding,
this.fillHeight = true,
super.key,
});