NsgGrid constructor
const
NsgGrid({})
Implementation
const NsgGrid(
{Key? key, required this.children, this.crossAxisCount = 3, this.centered = true, this.vGap = 0, this.hGap = 0, this.needExpanded = true, this.width})
: super(key: key);