onResume property

VoidCallback? onResume
final

A callback that is called when a view in the application gains input focus.

A call to this callback indicates that the application is entering a state where it is visible, active, and accepting user input.

Implementation

final VoidCallback? onResume;