menu
tencent_cloud_chat_uikit package
documentation
ui/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);
tencent_cloud_chat_uikit package
documentation
ui/widgets/keepalive_wrapper
KeepAliveWrapper
KeepAliveWrapper const constructor
KeepAliveWrapper class