repaintBoundaryKey property
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;
You need to provide a key that the RepaintBoundary can use so you can access it from the renderImage method.
@override
GlobalKey get repaintBoundaryKey => _repaintBoundaryKey;