keptAlive property Null safety
override
Whether the widget is currently being kept alive, i.e. has keepAlive set to true and is offscreen.
Implementation
@override
bool get keptAlive => _keptAlive;
Whether the widget is currently being kept alive, i.e. has keepAlive set to true and is offscreen.
@override
bool get keptAlive => _keptAlive;