maskCustomPaints property

bool? maskCustomPaints
final

If true, any developer's made CustomPaint widget will be masked.

Note: CustomPaint are used for various purposes by the framework, such as drawing shapes, lines, data pickers, and many others decorative-only content.

Use this mask only if you used a CustomPaint to draw users sensitive content.

Implementation

final bool? maskCustomPaints;