ResponsiveCenter constructor
const
ResponsiveCenter({
- Key? key,
- double maxContentWidth = Breakpoint.desktop,
- EdgeInsetsGeometry padding = EdgeInsets.zero,
- required Widget child,
Implementation
const ResponsiveCenter({
super.key,
this.maxContentWidth = Breakpoint.desktop,
this.padding = EdgeInsets.zero,
required this.child,
});