pub fn visible_bounds(id: impl Into<Id>) -> Task<Option<Rectangle>>
Produces a [Task] that queries the visible screen bounds of the Container with the given Id.
Task
Container
Id