bold top-level property
Toolbar item that toggles the boldAttribute on the selected text.
Implementation
final bold = createToggleableToolbarItem(
'Bold',
boldAttribute,
Icons.format_bold_rounded,
);
Toolbar item that toggles the boldAttribute on the selected text.
final bold = createToggleableToolbarItem(
'Bold',
boldAttribute,
Icons.format_bold_rounded,
);