RxLifecycle constructor
const
RxLifecycle({
- Key? key,
- required Widget child,
- VoidCallback? onDispose,
Implementation
const RxLifecycle({
Key? key,
required this.child,
this.onDispose,
}) : super(key: key);