1 min readOct 8, 2020
redrawObject is a variable that points to an instance of object(of any kind). when it changes and UI gets redrawn, your widget that has it as a value key will redraw.
Object redrawObject = Object();
redrawObject is a variable that points to an instance of object(of any kind). when it changes and UI gets redrawn, your widget that has it as a value key will redraw.
Object redrawObject = Object();