canvasKey property

GlobalKey<State<StatefulWidget>> get canvasKey

canvasKey

Returns the global key of the canvas widget.

Implementation

GlobalKey get canvasKey => _canvasKey;