allowDrawingOverflow property

bool? allowDrawingOverflow
final

If true, the SVGA painter may draw beyond the expected canvas bounds and cause additional memory overhead.

For backwards compatibility, defaults to null, which means allow drawing to overflow canvas bounds.

Implementation

final bool? allowDrawingOverflow;