FwStandardModulesSettingsWidgetSettingsWidgetWidget constructor

const FwStandardModulesSettingsWidgetSettingsWidgetWidget({
  1. bool? displayNumbers,
  2. String? filters,
  3. String? filterValues,
  4. String? mappedFilterValues,
  5. String? dateBehaviorId,
  6. String? dateField,
  7. DateTime? fromDate,
  8. DateTime? toDate,
  9. int? timezoneOffset,
  10. String? type,
  11. FwStandardModulesSettingsWidgetSettingsWidgetWidgetData? data,
  12. FwStandardModulesSettingsWidgetSettingsWidgetWidgetOptions? options,
  13. int? dataPoints,
  14. String? apiName,
  15. String? procedureName,
  16. String? counterFieldName,
  17. String? label1FieldName,
  18. String? label2FieldName,
  19. String? backgroundColorFieldName,
  20. String? borderColorFieldName,
  21. double? opacity,
  22. bool? stacked,
})

Implementation

const FwStandardModulesSettingsWidgetSettingsWidgetWidget({
  this.displayNumbers,
  this.filters,
  this.filterValues,
  this.mappedFilterValues,
  this.dateBehaviorId,
  this.dateField,
  this.fromDate,
  this.toDate,
  this.timezoneOffset,
  this.type,
  this.data,
  this.options,
  this.dataPoints,
  this.apiName,
  this.procedureName,
  this.counterFieldName,
  this.label1FieldName,
  this.label2FieldName,
  this.backgroundColorFieldName,
  this.borderColorFieldName,
  this.opacity,
  this.stacked,
});