activate method
Start visually emphasizing this part of the material.
Implementation
void activate() {
  _active = true;
  _alphaController.forward();
}
Start visually emphasizing this part of the material.
void activate() {
  _active = true;
  _alphaController.forward();
}