canvasKey property

GlobalKey<State<StatefulWidget>> canvasKey
final

Key for the canvas widget, used to convert global coordinates to canvas-local.

Implementation

final GlobalKey canvasKey = GlobalKey();