repaint property

Listenable get repaint

Listenable for external consumers who want to drive a CustomPaint(repaint: ...) directly. The in-package TerminalView rebinds the grid in each build instead and does not read this. Same object as the underlying MirrorGrid, which is a ChangeNotifier.

Implementation

Listenable get repaint => _grid;