isCustomToolbarActionDisabled method
Implementation
bool isCustomToolbarActionDisabled(LiPdfViewerToolbarAction action) {
return action.disabledBuilder?.call(this) ?? action.disabled;
}
bool isCustomToolbarActionDisabled(LiPdfViewerToolbarAction action) {
return action.disabledBuilder?.call(this) ?? action.disabled;
}