NiceResponsiveRow constructor
const
NiceResponsiveRow({
- Key? key,
- required List<
NiceResponsiveColumn> children, - double spacing = 16,
- double runSpacing = 16,
- WrapAlignment alignment = WrapAlignment.start,
- WrapCrossAlignment crossAxisAlignment = WrapCrossAlignment.start,
Implementation
const NiceResponsiveRow({
super.key,
required this.children,
this.spacing = 16,
this.runSpacing = 16,
this.alignment = WrapAlignment.start,
this.crossAxisAlignment = WrapCrossAlignment.start,
});