NextStepInfo constructor

NextStepInfo({
  1. required GuideStep step,
  2. required Iterable<TargetRectGetter> rectGetter,
  3. required FocusAnimationType animationType,
})

Implementation

NextStepInfo({
  required this.step,
  required this.rectGetter,
  required this.animationType,
});