canvasKey property
GlobalKey<State<StatefulWidget> >
get
canvasKey
canvasKey
Returns the global key of the canvas widget.
Implementation
GlobalKey get canvasKey => _canvasKey;
Returns the global key of the canvas widget.
GlobalKey get canvasKey => _canvasKey;