FontFamilyParser constructor

FontFamilyParser([
  1. int indentationLevel = 1,
  2. BuilderConfig? config
])

Constructs a FontFamilyParser.

Implementation

FontFamilyParser([super.indentationLevel, super.config]);