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