GridList constructor
const
GridList({})
Implementation
const GridList(
{Key? key,
this.rowNumber = 4,
this.selectedIndex = 0,
this.onSelectIndex,
required this.itemBuilder,
this.count,
this.spacing = 4})
: super(key: key);