LineDrawingFilter constructor

const LineDrawingFilter({
  1. LineDrawingFilterStyle? style,
  2. Color? foregroundColor,
  3. Color? backgroundColor,
})

Implementation

const LineDrawingFilter({
  this.style,
  this.foregroundColor,
  this.backgroundColor,
});