setState method
Notifys component to refresh widget.
Implementation
void setState([VoidCallback? fn]) {
fn?.call();
_controller._setState(() {});
}
Notifys component to refresh widget.
void setState([VoidCallback? fn]) {
fn?.call();
_controller._setState(() {});
}