XSemanticsParams constructor
XSemanticsParams({
- required bool? explicitChildNodes,
- required bool? excludeSemantics,
- required bool? enabled,
- required bool? checked,
- required bool? selected,
- required bool? toggled,
- required bool? button,
- required bool? header,
- required bool? textField,
- required bool? readOnly,
- required bool? focusable,
- required bool? focused,
- required bool? inMutuallyExclusiveGroup,
- required bool? obscured,
- required bool? multiline,
- required bool? scopesRoute,
- required bool? namesRoute,
- required bool? image,
- required bool? liveRegion,
- required int? maxValueLength,
- required int? currentValueLength,
- required String? label,
- required String? hint,
- required String? value,
- required String? increasedValue,
- required String? decreasedValue,
- required String? onTapHint,
- required String? onLongPressHint,
- 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,
});