OverlayPainter constructor

const OverlayPainter(
  1. BubbleSlide _slide,
  2. Position _position
)

Creates a new overlay painter instance.

Implementation

const OverlayPainter(this._slide, this._position);