FontWidget constructor

FontWidget({
  1. Key? key,
  2. required FontDetail fontDetail,
  3. dynamic onSelect(
    1. FontDetail? item,
    2. String? ttfPath,
    3. String? imgPath
    )?,
})

Implementation

FontWidget({super.key, required this.fontDetail, this.onSelect});