ComponentInfo constructor

ComponentInfo(
  1. List<BodyComponentModel>? componentModels,
  2. Map<String, dynamic>? parameters,
  3. List<Widget> widgets,
  4. HasFab? hasFab,
  5. Layout layout,
  6. BackgroundModel? backgroundOverride,
  7. GridViewModel? gridView,
)

Implementation

ComponentInfo(this.componentModels, this.parameters, this.widgets,
    this.hasFab, this.layout, this.backgroundOverride, this.gridView);