redraw method

void redraw()

Implementation

void redraw() {
  if (_initialised) notifyListeners();
}