SemanticsButton constructor
const
SemanticsButton({})
Implementation
const SemanticsButton({
super.key,
required this.child,
this.label,
this.tooltip,
this.onTap,
this.properties,
this.testOnly = false,
});