isCustom property
bool
get
isCustom
Whether this item is a custom action.
Implementation
bool get isCustom => action == CPDFToolbarAction.custom;
Whether this item is a custom action.
bool get isCustom => action == CPDFToolbarAction.custom;