deactivate method
Stop visually emphasizing this part of the material.
Implementation
void deactivate() {
_active = false;
_alphaController.reverse();
}
Stop visually emphasizing this part of the material.
void deactivate() {
_active = false;
_alphaController.reverse();
}