ExpandedGrid constructor
ExpandedGrid({
- Key? key,
- int column = 1,
- int row = 1,
- required List<
ExpandedGridContent> children,
Implementation
ExpandedGrid({Key? key, this.column = 1, this.row = 1,required this.children}): super(key: key);