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