A11yServiceNode constructor

A11yServiceNode({
  1. List<int>? depth,
  2. List<int>? bounds,
  3. String? id,
  4. String? packageName,
  5. String? className,
  6. String? text,
  7. String? description,
  8. bool? clickable,
  9. bool? scrollable,
  10. bool? editable,
})

Implementation

A11yServiceNode({
  this.depth,
  this.bounds,
  this.id,
  this.packageName,
  this.className,
  this.text,
  this.description,
  this.clickable,
  this.scrollable,
  this.editable,
});