menu
tengits_common package
documentation
widgets/src/keep_alive_wrap_widget.dart
KeepAliveWrapper
KeepAliveWrapper.new const constructor
KeepAliveWrapper.new const constructor
dark_mode
light_mode
KeepAliveWrapper
constructor
const
KeepAliveWrapper
(
Widget
child
, {
Key
?
key
,
})
Implementation
const KeepAliveWrapper(this.child, {Key? key}) : super(key: key);
tengits_common package
documentation
widgets/src/keep_alive_wrap_widget
KeepAliveWrapper
KeepAliveWrapper.new const constructor
KeepAliveWrapper class