FontFamily constructor

FontFamily({
  1. required String fontFamily,
})

Implementation

FontFamily({required this.fontFamily});