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