OverlayTutorialPaintFactory typedef

OverlayTutorialPaintFactory = Path Function(Rect rect, Path path)
  • rect refers to the Rect of OverlayTutorialEntry.widgetKey.

  • path allows to be used for drawing custom shape of the OverlayTutorialEntry.

Implementation

typedef OverlayTutorialPaintFactory = Path Function(Rect rect, Path path);