GridBuilder constructor
Creates a GridBuilder with the given list of children.
The children will be arranged in a GridView widget when build is called,
according to the grid configuration set.
Implementation
GridBuilder(this.children);
Creates a GridBuilder with the given list of children.
The children will be arranged in a GridView widget when build is called,
according to the grid configuration set.
GridBuilder(this.children);