FontFamily constructor

const FontFamily(
  1. String font, {
  2. Key? key,
  3. required dynamic onSelect(
    1. String
    ),
  4. bool isSelected = false,
})

Implementation

const FontFamily(this.font, {super.key, required this.onSelect, this.isSelected = false});