underline top-level property
Toolbar item that toggles the underlineAttribute on the selected text.
Implementation
final underline = createToggleableToolbarItem(
'Underline',
underlineAttribute,
Icons.format_underline_rounded,
);
Toolbar item that toggles the underlineAttribute on the selected text.
final underline = createToggleableToolbarItem(
'Underline',
underlineAttribute,
Icons.format_underline_rounded,
);