ScreenLifecycle constructor
const
ScreenLifecycle({
- Key? key,
- VoidCallback? onFocusLost,
- VoidCallback? onFocusGained,
- required Widget child,
Implementation
const ScreenLifecycle({
Key? key,
this.onFocusLost,
this.onFocusGained,
required this.child,
});