Fills constructor

Fills({
  1. String? blendMode,
  2. String? type,
  3. Color? color,
})

Implementation

Fills({this.blendMode, this.type, this.color});