AiutaFont constructor
AiutaFont({
- required String filePath,
- required String family,
- required AiutaFontWeight weight,
Implementation
AiutaFont({
required this.filePath,
required this.family,
required this.weight,
});