menu
cry package
documentation
common/keep_alive_wrapper.dart
KeepAliveWrapper
KeepAliveWrapper const constructor
KeepAliveWrapper const constructor
dark_mode
light_mode
KeepAliveWrapper
constructor
const
KeepAliveWrapper
(
{
Key
?
key
,
Widget
?
child
,
})
Implementation
const KeepAliveWrapper({Key? key, this.child}) : super(key: key);
cry package
documentation
common/keep_alive_wrapper
KeepAliveWrapper
KeepAliveWrapper const constructor
KeepAliveWrapper class