ExpandedGridContent constructor
ExpandedGridContent({})
Implementation
ExpandedGridContent({
Key? key,
this.columnIndex = 0,
this.rowIndex = 0,
this.columnSpan = 1,
this.rowSpan = 1,
required this.child
}):super(key: key);