menu
gogoboom_flutter_common package
documentation
wrapper/keep_alive_wrapper.dart
KeepAliveWidget
KeepAliveWidget.new const constructor
KeepAliveWidget.new const constructor
dark_mode
light_mode
KeepAliveWidget
constructor
const
KeepAliveWidget
(
Widget
child
, {
Key
?
key
,
})
Implementation
const KeepAliveWidget(this.child, {Key? key}) : super(key: key);
gogoboom_flutter_common package
documentation
wrapper/keep_alive_wrapper
KeepAliveWidget
KeepAliveWidget.new const constructor
KeepAliveWidget class