FilterCriteria constructor
FilterCriteria({
- BooleanCondition? condition,
- Color? visibleBackgroundColor,
- ColorStyle? visibleBackgroundColorStyle,
- Color? visibleForegroundColor,
- ColorStyle? visibleForegroundColorStyle,
Implementation
FilterCriteria({
this.condition,
this.hiddenValues,
this.visibleBackgroundColor,
this.visibleBackgroundColorStyle,
this.visibleForegroundColor,
this.visibleForegroundColorStyle,
});