repaintBoundaryKey property

  1. @override
GlobalKey<State<StatefulWidget>> repaintBoundaryKey
override

You need to provide a key that the RepaintBoundary can use so you can access it from the renderImage method.

Implementation

@override
GlobalKey get repaintBoundaryKey => _repaintBoundaryKey;