setFieldRequired
Sets whether this node represents a form field that requires input or selection.
Note: Cannot be called from an AccessibilityService. This class is made immutable before being delivered to an AccessibilityService.
Parameters
required
true if input or selection of this node should be required,
false otherwise.
Throws
If called from an AccessibilityService