A11yNode constructor

A11yNode(
  1. String label,
  2. Rectangle<int> boundingBox, {
  3. OnFocus? onFocus,
})

Implementation

A11yNode(this.label, this.boundingBox, {this.onFocus});