ResponsiveContainer constructor
const
ResponsiveContainer({
- Key? key,
- Widget? child,
- Widget? mobileChild,
- Widget? tabletChild,
- Widget? desktopChild,
- double? width,
- double? height,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- AlignmentGeometry? alignment,
- Decoration? decoration,
Implementation
const ResponsiveContainer({
super.key,
this.child,
this.mobileChild,
this.tabletChild,
this.desktopChild,
this.width,
this.height,
this.padding,
this.margin,
this.alignment,
this.decoration,
});