dispose method
override
Free up the resources associated with this ink feature.
Implementation
@override
void dispose() {
_radiusController.dispose();
_alphaController!.dispose();
_alphaController = null;
super.dispose();
}
Free up the resources associated with this ink feature.
@override
void dispose() {
_radiusController.dispose();
_alphaController!.dispose();
_alphaController = null;
super.dispose();
}