menu
feed package
documentation
util/render/keep_alive.dart
KeepAliveWidget
KeepAliveWidget constructor
KeepAliveWidget constructor
dark_mode
light_mode
KeepAliveWidget
constructor
KeepAliveWidget
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
KeepAliveWidget({ Key? key, required this.child, }) : super(key: key);
feed package
documentation
util/render/keep_alive
KeepAliveWidget
KeepAliveWidget constructor
KeepAliveWidget class