AiutaFont constructor

AiutaFont({
  1. required String filePath,
  2. required String family,
  3. required AiutaFontWeight weight,
})

Implementation

AiutaFont({
  required this.filePath,
  required this.family,
  required this.weight,
});