CustomGoogleFont constructor

CustomGoogleFont(
  1. String downloadUrl,
  2. String expectedFileHash,
  3. int expectedLength
)

Implementation

CustomGoogleFont(this.downloadUrl, super.expectedFileHash, super.expectedLength);