HotAreaBox constructor

const HotAreaBox(
  1. HotAreaSchema schema, {
  2. Key? key,
  3. bool visible = false,
})

Implementation

const HotAreaBox(this.schema, {Key? key, this.visible = false}) : super(key: key);