menu
netease_common_ui package
documentation
widgets/keepalive_wrapper.dart
KeepAliveWrapper
KeepAliveWrapper const constructor
KeepAliveWrapper const constructor
dark_mode
light_mode
KeepAliveWrapper
constructor
const
KeepAliveWrapper
(
{
Key
?
key
,
bool
keepAlive
=
true
,
required
Widget
child
,
})
Implementation
const KeepAliveWrapper({Key? key, this.keepAlive = true, required this.child}) : super(key: key);
netease_common_ui package
documentation
widgets/keepalive_wrapper
KeepAliveWrapper
KeepAliveWrapper const constructor
KeepAliveWrapper class