NiceMountedCallback constructor
const
NiceMountedCallback({
- Key? key,
- required Widget child,
- VoidCallback? onMount,
- VoidCallback? onUnmount,
Implementation
const NiceMountedCallback({
super.key,
required this.child,
this.onMount,
this.onUnmount,
});