Geometry constructor

const Geometry({
  1. Box? bounds,
})

A geometry with an optional bounds.

Implementation

const Geometry({super.bounds});