onMaximize property

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

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

Implementation

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