SFResponsiveContainer constructor
const
SFResponsiveContainer({
- required Widget child,
- double? maxWidth,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- BoxDecoration? decoration,
- bool center = true,
- Key? key,
Implementation
const SFResponsiveContainer({
required this.child,
this.maxWidth,
this.padding,
this.margin,
this.decoration,
this.center = true,
super.key,
});