dispose method
override
Free up the resources associated with this ink feature.
Implementation
@override
void dispose() {
_animationController.stop();
_animationController.dispose();
if (_fragmentShaderInitialized) {
_fragmentShader.dispose();
}
super.dispose();
}