Is there a way to simply reload or repaint canvas in Flutter app?
Something like setState((){}) in stateful widgets.
setState((){})