menu
star_live package
documentation
widget/keep_alive.dart
KeepAliveWidget
KeepAliveWidget.new const constructor
KeepAliveWidget.new const constructor
dark_mode
light_mode
KeepAliveWidget
constructor
const
KeepAliveWidget
(
{
Key
?
key
,
bool
keepAlive
=
true
,
})
Implementation
const KeepAliveWidget({Key? key, this.keepAlive = true}) : super(key: key);
star_live package
documentation
widget/keep_alive
KeepAliveWidget
KeepAliveWidget.new const constructor
KeepAliveWidget class