menu
flutter_dmcb_core package
documentation
component/keep_alive_wrapper.dart
DKeepAliveWrapper
DKeepAliveWrapper.new const constructor
DKeepAliveWrapper.new const constructor
dark_mode
light_mode
DKeepAliveWrapper
constructor
const
DKeepAliveWrapper
(
{
Key
?
key
,
bool
keepAlive
=
true
,
required
Widget
child
,
})
Implementation
const DKeepAliveWrapper({ super.key, this.keepAlive = true, required this.child, });
flutter_dmcb_core package
documentation
component/keep_alive_wrapper
DKeepAliveWrapper
DKeepAliveWrapper.new const constructor
DKeepAliveWrapper class