LayerHit constructor

const LayerHit({
  1. String id = '',
  2. Layer? layer,
  3. Rectangle? bounds,
})

Implementation

const LayerHit({this.id = '', this.layer, this.bounds});