ResponsiveContainer constructor
const
ResponsiveContainer({
- Key? key,
- required Widget child,
- EdgeInsets? margin,
- double? maxWidth,
Implementation
const ResponsiveContainer({
super.key,
required this.child,
this.margin,
this.maxWidth,
});