ResponsiveContainer constructor
const
ResponsiveContainer({
- Key? key,
- required Widget child,
- double? width,
- double? height,
- EdgeInsets? padding,
- EdgeInsets? margin,
- Color? color,
- Decoration? decoration,
- AlignmentGeometry? alignment,
Implementation
const ResponsiveContainer({
super.key,
required this.child,
this.width,
this.height,
this.padding,
this.margin,
this.color,
this.decoration,
this.alignment,
});