StatefulWidgetProperties extension

Extension properties for State.

on

Properties

locale Locale
Current locale of this State.
read-only
t → AppLocalizations
Current translations for this State.
read-only
theme ThemeData
Current theme for this State.
read-only

Methods

rebuild() → void
Rebuilds the widget.
rebuildIf(bool condition) → void
Rebuilds the widget if condition is true.
setStateIfMounted(VoidCallback fn) → void
Calls setState if the widget is mounted.