CSSBackgroundGradient constructor

CSSBackgroundGradient(
  1. String? type,
  2. List<String> parameters
)

Implementation

CSSBackgroundGradient(this.type, this.parameters);