TextFormatTool constructor
const
TextFormatTool({})
Implementation
const TextFormatTool({
super.key,
required this.onTextFormatEdited,
required this.onTextAlignEdited,
required this.onCapsLockToggle,
this.textAlign = TextAlign.left,
this.bold = false,
this.italic = false,
this.caps = false,
});