onFontSizeEdited property

dynamic Function(double fontSize, double letterSpacing, double letterHeight) onFontSizeEdited
final

Implementation

final Function(
  double fontSize,
  double letterSpacing,
  double letterHeight,
) onFontSizeEdited;