menu
lq_common_utils package
documentation
widgets/keep_alive_widget.dart
KeepAliveWidget
KeepAliveWidget.new const constructor
KeepAliveWidget.new const constructor
dark_mode
light_mode
KeepAliveWidget
constructor
const
KeepAliveWidget
(
{
Key
?
key
,
required
Widget
child
,
bool
keepAlive
=
true
,
})
Implementation
const KeepAliveWidget({Key? key, required this.child, this.keepAlive = true}) : super(key: key);
lq_common_utils package
documentation
widgets/keep_alive_widget
KeepAliveWidget
KeepAliveWidget.new const constructor
KeepAliveWidget class