FilterCSS constructor

const FilterCSS({
  1. SizeCSS? blur,
  2. double? brightness,
  3. double? contrast,
  4. DropShadowCSS? dropShadow,
  5. double? grayscale,
  6. AngleCSS? hueRotate,
  7. double? invert,
  8. double? opacity,
  9. double? saturate,
  10. double? sepia,
  11. String? url,
  12. _TypeFilterCSS type = _TypeFilterCSS.value,
})

Implementation

const FilterCSS({
  this.blur,
  this.brightness,
  this.contrast,
  this.dropShadow,
  this.grayscale,
  this.hueRotate,
  this.invert,
  this.opacity,
  this.saturate,
  this.sepia,
  this.url,
  this.type = _TypeFilterCSS.value,
});