FdcGridHeaderFilterStyle constructor
const
FdcGridHeaderFilterStyle({
- Color? backgroundColor,
- double? height,
- Color? focusedBorderColor,
- Color? unfocusedBorderColor,
- double? focusedBorderWidth,
- double? unfocusedBorderWidth,
- Color? focusedLabelColor,
- Color? unfocusedLabelColor,
- TextStyle? labelTextStyle,
- Color? filterIconColor,
- Color? activeFilterIconColor,
- Color? clearIconColor,
Creates a FdcGridHeaderFilterStyle.
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,
});