FdcGridHeaderFilterStyle constructor

const FdcGridHeaderFilterStyle({
  1. Color? backgroundColor,
  2. double? height,
  3. Color? focusedBorderColor,
  4. Color? unfocusedBorderColor,
  5. double? focusedBorderWidth,
  6. double? unfocusedBorderWidth,
  7. Color? focusedLabelColor,
  8. Color? unfocusedLabelColor,
  9. TextStyle? labelTextStyle,
  10. Color? filterIconColor,
  11. Color? activeFilterIconColor,
  12. Color? clearIconColor,
})

Implementation

const FdcGridHeaderFilterStyle({
  this.backgroundColor,
  this.height,
  this.focusedBorderColor,
  this.unfocusedBorderColor,
  this.focusedBorderWidth,
  this.unfocusedBorderWidth,
  this.focusedLabelColor,
  this.unfocusedLabelColor,
  this.labelTextStyle,
  this.filterIconColor,
  this.activeFilterIconColor,
  this.clearIconColor,
});