TriggerValWithControllerEntry constructor

TriggerValWithControllerEntry({
  1. required AnimationController controller,
  2. required double triggerValue,
})

Implementation

TriggerValWithControllerEntry(
    {required this.controller, required this.triggerValue});