excludeSemantics method
Exclude Semantics for this widget.
Implementation
Widget excludeSemantics() {
return ExcludeSemantics(
child: this,
);
}
Exclude Semantics for this widget.
Widget excludeSemantics() {
return ExcludeSemantics(
child: this,
);
}