onFontChanged property

ValueChanged<PickerFont> onFontChanged
final

The callback that returns a PickerFont object with all the details and methods for the font that the user selected.

Implementation

final ValueChanged<PickerFont> onFontChanged;