FontPicker constructor Null safety
Implementation
const FontPicker({
Key? key,
required this.onFontFamilyChanged,
required this.onFontSizeChanged,
this.initialFontFamily,
this.initialFontSize,
}) : super(key: key);
const FontPicker({
Key? key,
required this.onFontFamilyChanged,
required this.onFontSizeChanged,
this.initialFontFamily,
this.initialFontSize,
}) : super(key: key);