dispose method
To dispose the objects.
Implementation
@override
void dispose() {
trackPath.reset();
yValuePath.reset();
shadowPath.reset();
overFilledPath.reset();
super.dispose();
}
To dispose the objects.
@override
void dispose() {
trackPath.reset();
yValuePath.reset();
shadowPath.reset();
overFilledPath.reset();
super.dispose();
}