FontFamily constructor
- Key? key,
- required FontWeight weight,
- required String name,
- required String asset,
Implementation
const FontFamily({
super.key,
required this.weight,
required this.name,
required this.asset,
});
const FontFamily({
super.key,
required this.weight,
required this.name,
required this.asset,
});