AutomaticKeepAlive constructor
Creates a widget that listens to KeepAliveNotifications and maintains a KeepAlive widget appropriately.
Implementation
const AutomaticKeepAlive({super.key, required this.child});
Creates a widget that listens to KeepAliveNotifications and maintains a KeepAlive widget appropriately.
const AutomaticKeepAlive({super.key, required this.child});