GenericFont constructor

GenericFont(
  1. String downloadUrl,
  2. DynamicFontsVariant variant,
  3. String expectedFileHash,
  4. int expectedLength,
)

Implementation

GenericFont(this.downloadUrl, this.variant, String expectedFileHash,
    int expectedLength)
    : super(expectedFileHash, expectedLength);