SolidFill constructor

SolidFill({
  1. double? alpha,
  2. OpaqueColor? color,
})

Implementation

SolidFill({this.alpha, this.color});