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