StatefulWidgetProperties extension
Extension properties for State.
- on
Properties
Methods
-
rebuild(
) → void - Rebuilds the widget.
-
rebuildIf(
bool condition) → void -
Rebuilds the widget if
condition
istrue
. -
setStateIfMounted(
VoidCallback fn) → void - Calls setState if the widget is mounted.