Add `ToolbarButtons`

pull/1175/head
BambinoUA 2 years ago
parent 6242ec056e
commit dafe96dae7
  1. 30
      lib/src/widgets/toolbar/enum.dart

@ -0,0 +1,30 @@
enum ToolbarButtons {
undo,
redo,
fontFamily,
fontSize,
bold,
italic,
small,
underline,
strikeThrough,
inlineCode,
color,
backgroundColor,
clearFormat,
centerAlignment,
leftAlignment,
rightAlignment,
justifyAlignment,
direction,
headerStyle,
listNumbers,
listBullets,
listChecks,
codeBlock,
quote,
indentIncrease,
indentDecrease,
link,
search,
}
Loading…
Cancel
Save