ResponsiveList constructor
Creates a ResponsiveList with the given parameters.
Implementation
const ResponsiveList({super.key, this.desiredItemWidth, this.minSpacing = 0, this.squareCells = false, this.scroll = true, this.children, this.rowMainAxisAlignment = MainAxisAlignment.start});