activate method

void activate()

Start visually emphasizing this part of the material.

Implementation

void activate() {
  _active = true;
  _alphaController.forward();
}