DisplayMasking mixin

A mixin that provides masking functionality for rendering.

Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
maskRect GRect?
The rectangular area of the mask.
getter/setter pair
maskRectCornerRadius double?
The corner radius of the mask.
getter/setter pair
maskRectInverted bool
Whether the mask is inverted or not.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$applyMaskRect(Canvas? canvas) → void
Applies the current mask to the provided Canvas.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited