CSSColorStop constructor

CSSColorStop(
  1. Color? color,
  2. double? stop
)

Implementation

CSSColorStop(this.color, this.stop);