CLIP property
final
Officially Supported Platforms/Implementations:
- macOS WKWebView
Implementation
static final CLIP = PrintJobPaginationMode._internalMultiPlatform('CLIP', () {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 2;
default:
break;
}
return null;
});