shouldRenderToolbarItem method

bool shouldRenderToolbarItem(
  1. LiQuillToolbarItem item
)

Implementation

bool shouldRenderToolbarItem(LiQuillToolbarItem item) =>
  !enableDestructiveToolbarRebuild || !isToolbarItemHidden(item);