showEffect method

void showEffect(
  1. double? from
)

Implementation

void showEffect(double? from) {
  opacityAnimController.forward(from: from);
  radiusAnimController.forward(from: from);
}