onRestore property

(FutureOr<void> Function(BuildContext)?) onRestore
final

Called when the restore button is pressed or the title bar is double-clicked while the window is maximized.

Implementation

final FutureOr<void> Function(BuildContext)? onRestore;