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