MaxWidthBox constructor
const
MaxWidthBox({
- Key? key,
- required double? maxWidth,
- required Widget child,
- AlignmentGeometry alignment = Alignment.topCenter,
- EdgeInsets? padding,
- Color? backgroundColor,
Implementation
const MaxWidthBox(
{super.key,
required this.maxWidth,
required this.child,
this.alignment = Alignment.topCenter,
this.padding,
this.backgroundColor});