DashboardItem.withLayout constructor

DashboardItem.withLayout(
  1. String identifier,
  2. ItemLayout layoutData
)

Create DashboardItem with layoutData and identifier.

Implementation

DashboardItem.withLayout(this.identifier, this.layoutData);