cartoonify static method
Implementation
static Cartoonify cartoonify(
{dynamic lineStrength, dynamic colorReductionLevel, bool? blackwhite}) {
return Cartoonify(
lineStrength: lineStrength,
colorReductionLevel: colorReductionLevel,
blackwhite: blackwhite);
}