SimpleGeometry constructor

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

A "simple" geometry with an optional bounds.

Implementation

const SimpleGeometry({super.bounds});