Add a semantic label to this widget.
Widget withSemanticLabel(String label) { return Semantics( label: label, child: this, ); }