shouldApplyToolbarItemHiddenAttribute method
Implementation
bool shouldApplyToolbarItemHiddenAttribute(LiQuillToolbarItem item) =>
!enableDestructiveToolbarRebuild && isToolbarItemHidden(item);
bool shouldApplyToolbarItemHiddenAttribute(LiQuillToolbarItem item) =>
!enableDestructiveToolbarRebuild && isToolbarItemHidden(item);