FontWidget constructor
FontWidget({
- Key? key,
- required FontDetail fontDetail,
- dynamic onSelect(
- FontDetail? item,
- String? ttfPath,
- String? imgPath
Implementation
FontWidget({super.key, required this.fontDetail, this.onSelect});