SymbolRenderInfo constructor

const SymbolRenderInfo(
  1. String texGlyph,
  2. FontCategory fontCategory, [
  3. FontStyle fontStyle = FontStyle.normal
])

Implementation

const SymbolRenderInfo(
  this.texGlyph,
  this.fontCategory, [
  this.fontStyle = FontStyle.normal,
]);