BlockedTextCanvasAdapter constructor
BlockedTextCanvasAdapter(
- Canvas parent
A Canvas adapter that delegates all drawing operations to parent, except it skips drawing paragraphs entirely.
Used together with BlockedTextPaintingContext to circumvent font rendering inconsistencies between platforms.
Implementation
BlockedTextCanvasAdapter(this.parent);