FdcGridItem constructor

const FdcGridItem({
  1. String? id,
  2. bool visible = true,
  3. FdcGridItemPlacement placement = FdcGridItemPlacement.end,
})

Creates a FdcGridItem.

Implementation

const FdcGridItem({
  this.id,
  this.visible = true,
  this.placement = FdcGridItemPlacement.end,
});