xResponsiveGridList method
Implementation
ResponsiveGridList xResponsiveGridList(
{double desiredItemWidth,
double minSpacing,
bool scroll = true,
bool squareCells = false}) {
return ResponsiveGridList(
desiredItemWidth: desiredItemWidth,
minSpacing: minSpacing,
scroll: scroll,
squareCells: squareCells,
children: this,
);
}