StoryPainter constructor

StoryPainter({
  1. Key? key,
  2. required StoryPainterControl control,
})

Implementation

StoryPainter({Key? key, required this.control}) : super(key: key);