FlutterFonts constructor

const FlutterFonts({
  1. required String family,
})

Implementation

const FlutterFonts({required this.family});