SFResponsiveRow constructor
const
SFResponsiveRow({
- required List<
Widget> children, - double? spacing,
- bool wrap = true,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- int totalColumns = 12,
- Key? key,
Implementation
const SFResponsiveRow({
required this.children,
this.spacing,
this.wrap = true,
this.margin,
this.padding,
this.totalColumns = 12,
super.key,
});