excludeFromSemantics method
Exclude this widget from the semantic tree.
Implementation
Widget excludeFromSemantics() {
return ExcludeSemantics(child: this);
}
Exclude this widget from the semantic tree.
Widget excludeFromSemantics() {
return ExcludeSemantics(child: this);
}