getHighlightPosition abstract method

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

Returns the position to highlight.

Implementation

Position getHighlightPosition(
  BuildContext context,
  BubbleShowcase bubbleShowcase,
  int currentSlideIndex,
);