SSFill constructor

SSFill(
  1. String id,
  2. String patternType,
  3. String fgClrTheme,
  4. String fgClrTint,
  5. String bgClrIndex,
)

Implementation

SSFill(this.id, this.patternType, this.fgClrTheme, this.fgClrTint, this.bgClrIndex);