ResponsiveContainer constructor
const
ResponsiveContainer({
- Key? key,
- required Widget child,
- EdgeInsets? padding,
- bool useShadow = true,
- Color? color,
Implementation
const ResponsiveContainer({
super.key,
required this.child,
this.padding,
this.useShadow = true,
this.color,
});