Rebuilds the widget if condition is true.
condition
true
Only rebuilds if the widget is mounted.
void rebuildIf(bool condition) { if (condition) { rebuild(); } }