FontPicker constructor
const
FontPicker({})
Implementation
const FontPicker({
super.key,
this.selectedFont,
required this.onFontSelected,
required this.availableFonts,
this.previewText = 'The quick brown fox jumps over the lazy dog',
this.previewFontSize = 16,
});