NiceSemanticWrapper constructor
const
NiceSemanticWrapper({})
Implementation
const NiceSemanticWrapper({
super.key,
required this.child,
this.label,
this.hint,
this.value,
this.button,
this.header,
this.link,
this.enabled,
this.focused,
this.selected,
this.expanded,
this.onTap,
this.onLongPress,
this.excludeSemantics = false,
});