DownloadableFont constructor

const DownloadableFont(
  1. String url,
  2. String name
)

Create a downloadable font object

Implementation

const DownloadableFont(this.url, this.name);