pub fn context<T>() -> Option<T>where T: Clone + 'static,
This surface’s context of type T, as the latest build left it. None before anything set one — a widget built outside a surface, which is every unit test.
T
None