SemanticsNode constructor
const
SemanticsNode({})
Implementation
const SemanticsNode({
required this.id,
required this.role,
required this.label,
required this.state,
required this.actions,
required this.rect,
this.identifier = '',
this.value = '',
this.hint = '',
this.scroll,
});