AiutaFont constructor
AiutaFont({
- required String filePath,
- required String family,
- required AiutaFontWeight weight,
Creates an AiutaFont located by filePath
,
specifying the font family
and weight
.
Implementation
AiutaFont({
required this.filePath,
required this.family,
required this.weight,
});