menu
getx_scaffold package
documentation
common/widgets/keep_alive_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({ super.key, this.keepAlive = true, required this.child, });
getx_scaffold package
documentation
common/widgets/keep_alive_wrapper
KeepAliveWrapper
KeepAliveWrapper const constructor
KeepAliveWrapper class