painterKey property

GlobalKey<State<StatefulWidget>> painterKey
final

This key will be used by the FlutterPainter widget assigned this controller.

  • IMPORTANT: * DO NOT ASSIGN this key on any widget, it is automatically used inside the FlutterPainter controlled by this.

However, you can use to to grab information about the render object, etc...

Implementation

final GlobalKey painterKey;