LifecycleWidget constructor
const
LifecycleWidget({
- Key? key,
- required WidgetBuilder builder,
- VoidCallback? initState,
- VoidCallback? dispose,
Implementation
const LifecycleWidget(
{Key? key, required this.builder, this.initState, this.dispose})
: super(key: key);