activate method
Called when the screen above this one (popped) has been popped and this
screen is now the top-most screen. If a value was passed to pop(), it
will be passed to this as result.
Implementation
void activate(Screen<T> popped, Object? result) {}