onShow property

VoidCallback? onShow
final

A callback that is called when the application is shown.

On mobile platforms, this is usually just before the application replaces another application in the foreground.

On desktop platforms, this is just before the application is shown after being minimized or otherwise made to show at least one view of the application.

On the web, this is just before a window (or tab) is shown.

Implementation

final VoidCallback? onShow;