refresh method

void refresh()
inherited

Allows external classes to 'refresh' or 'rebuild' the widget tree.

Implementation

void refresh() => _stateMVC?.refresh();