excludeFromSemantics method

Widget excludeFromSemantics()

Exclude this widget from the semantic tree.

Implementation

Widget excludeFromSemantics() {
  return ExcludeSemantics(child: this);
}