transformWithController method

T transformWithController(
  1. AnimationController controller
)

Implementation

T transformWithController(AnimationController controller) {
  return drive(controller).transform(controller.value);
}