Object? trackByActionId(int index, Object? action) => action is LiQuillToolbarAction ? action.id : index;