DynamicRow constructor
const
DynamicRow({})
Implementation
const DynamicRow({
super.key,
super.children,
this.vSpacing = 8,
this.hSpacing = 8,
this.mainAxisSize = MainAxisSize.max,
});
const DynamicRow({
super.key,
super.children,
this.vSpacing = 8,
this.hSpacing = 8,
this.mainAxisSize = MainAxisSize.max,
});