Font constructor

const Font({
  1. required String family,
  2. List<FontsData>? fonts,
})

Implementation

const Font({required this.family, this.fonts});