boundaryKey property

GlobalKey<State<StatefulWidget>> get boundaryKey

Repaint boundary key managed by ExportableChart.

Exposed so UI helpers such as ChartExportControls can trigger image exports without duplicating key ownership.

Implementation

GlobalKey get boundaryKey => _key;