getHighlightPosition method

  1. @override
Position getHighlightPosition(
  1. BuildContext context,
  2. BubbleShowcase bubbleShowcase,
  3. int currentSlideIndex
)
override

Returns the position to highlight.

Implementation

@override
Position getHighlightPosition(
  BuildContext context,
  BubbleShowcase bubbleShowcase,
  int currentSlideIndex,
) =>
    positionCalculator(MediaQuery.of(context).size);