Returns the Widget of the nearest Page that is an instance of the given type T.
T
T? findWidget<T extends Widget>() { return widget._state.findWidget<T>(); }