initState method
Provides initialization hooks for subclasses.
Implementation
@override
void initState() {
super.initState();
if (wantKeepAlive) {
_ensureKeepAlive();
}
}
Provides initialization hooks for subclasses.
@override
void initState() {
super.initState();
if (wantKeepAlive) {
_ensureKeepAlive();
}
}