didNotifyWidget method

void didNotifyWidget(
  1. SnapState snap
)

Called when the widget is notified to rebuild, it exposes the SnapState of the state that emits the notification

Implementation

void didNotifyWidget(SnapState<dynamic> snap) {}