NiceCenterConstrained constructor
const
NiceCenterConstrained({
- Key? key,
- required Widget child,
- double maxWidth = 1200,
- EdgeInsets? padding,
- Color? backgroundColor,
Implementation
const NiceCenterConstrained({
super.key,
required this.child,
this.maxWidth = 1200,
this.padding,
this.backgroundColor,
});