XSemanticsParams constructor

XSemanticsParams({
  1. required bool? explicitChildNodes,
  2. required bool? excludeSemantics,
  3. required bool? enabled,
  4. required bool? checked,
  5. required bool? selected,
  6. required bool? toggled,
  7. required bool? button,
  8. required bool? header,
  9. required bool? textField,
  10. required bool? readOnly,
  11. required bool? focusable,
  12. required bool? focused,
  13. required bool? inMutuallyExclusiveGroup,
  14. required bool? obscured,
  15. required bool? multiline,
  16. required bool? scopesRoute,
  17. required bool? namesRoute,
  18. required bool? hidden,
  19. required bool? image,
  20. required bool? liveRegion,
  21. required int? maxValueLength,
  22. required int? currentValueLength,
  23. required String? label,
  24. required String? hint,
  25. required String? value,
  26. required String? increasedValue,
  27. required String? decreasedValue,
  28. required String? onTapHint,
  29. required String? onLongPressHint,
  30. required SSRWidget? child,
})

Implementation

XSemanticsParams({
  required this.explicitChildNodes,
  required this.excludeSemantics,
  required this.enabled,
  required this.checked,
  required this.selected,
  required this.toggled,
  required this.button,
  required this.header,
  required this.textField,
  required this.readOnly,
  required this.focusable,
  required this.focused,
  required this.inMutuallyExclusiveGroup,
  required this.obscured,
  required this.multiline,
  required this.scopesRoute,
  required this.namesRoute,
  required this.hidden,
  required this.image,
  required this.liveRegion,
  required this.maxValueLength,
  required this.currentValueLength,
  required this.label,
  required this.hint,
  required this.value,
  required this.increasedValue,
  required this.decreasedValue,
  required this.onTapHint,
  required this.onLongPressHint,
  required this.child,
});