NextGridView constructor
const
NextGridView({})
Implementation
const NextGridView(
{Key? key,
required this.sizes,
required this.childrens,
this.horizontalSpacing = 20.0,
this.verticalSpacing = 20.0})
: super(key: key);