Refreshes the canvas of this painter.
Future<bool> refresh() => _pCanvas?.refresh() ?? Future.value(false);