Font constructor

Font(
  1. String family,
  2. List<String> assets
)

Implementation

Font(this.family, this.assets);