SSFont constructor

SSFont(
  1. String id,
  2. String name,
  3. int size,
  4. String colorTheme,
  5. String colorTint,
)

Implementation

SSFont(this.id, this.name, this.size, this.colorTheme, this.colorTint);