KeepAlive constructor
Marks a child as needing to remain alive.
Implementation
const KeepAlive({super.key, required this.keepAlive, required super.child});
Marks a child as needing to remain alive.
const KeepAlive({super.key, required this.keepAlive, required super.child});