ContrastFilter constructor

ContrastFilter({
  1. double contrast = 0.0,
})

Implementation

ContrastFilter({
  this.contrast = 0.0,
}) : super();