FontSizeTool constructor
FontSizeTool({})
Implementation
FontSizeTool({
super.key,
required this.onFontSizeEdited,
this.fontSize = 0,
this.letterSpacing = 0,
this.letterHeight = 0,
});
FontSizeTool({
super.key,
required this.onFontSizeEdited,
this.fontSize = 0,
this.letterSpacing = 0,
this.letterHeight = 0,
});