FwStandardModulesSettingsWidgetSettingsWidgetWidget constructor
const
FwStandardModulesSettingsWidgetSettingsWidgetWidget({
- bool? displayNumbers,
- String? filters,
- String? filterValues,
- String? mappedFilterValues,
- String? dateBehaviorId,
- String? dateField,
- DateTime? fromDate,
- DateTime? toDate,
- String? type,
- FwStandardModulesSettingsWidgetSettingsWidgetWidgetData? data,
- FwStandardModulesSettingsWidgetSettingsWidgetWidgetOptions? options,
- int? dataPoints,
- String? apiName,
- String? procedureName,
- String? counterFieldName,
- String? label1FieldName,
- String? label2FieldName,
- String? backgroundColorFieldName,
- String? borderColorFieldName,
- double? opacity,
- bool? stacked,
Implementation
const FwStandardModulesSettingsWidgetSettingsWidgetWidget({
this.displayNumbers,
this.filters,
this.filterValues,
this.mappedFilterValues,
this.dateBehaviorId,
this.dateField,
this.fromDate,
this.toDate,
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,
});