shouldApplyToolbarItemHiddenAttribute method

bool shouldApplyToolbarItemHiddenAttribute(
  1. LiQuillToolbarItem item
)

Implementation

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