Widget semanticsLabel( String label, { Key? key, }) => Semantics.fromProperties( key: key, properties: SemanticsProperties(label: label), child: this, );