FdcGridItem constructor
const
FdcGridItem({
- String? id,
- bool visible = true,
- FdcGridItemPlacement placement = FdcGridItemPlacement.end,
Creates a FdcGridItem.
Implementation
const FdcGridItem({
this.id,
this.visible = true,
this.placement = FdcGridItemPlacement.end,
});