ResponsiveContainer constructor
const
ResponsiveContainer({
- Key? key,
- required Widget child,
- double? mobileMaxWidth,
- double? tabletMaxWidth,
- double? desktopMaxWidth,
- EdgeInsets? mobilePadding,
- EdgeInsets? tabletPadding,
- EdgeInsets? desktopPadding,
- bool centerContent = true,
Implementation
const ResponsiveContainer({
super.key,
required this.child,
this.mobileMaxWidth,
this.tabletMaxWidth,
this.desktopMaxWidth,
this.mobilePadding,
this.tabletPadding,
this.desktopPadding,
this.centerContent = true,
});