Semantics.fromProperties constructor
Creates a semantic annotation using SemanticsProperties.
Implementation
const Semantics.fromProperties({
super.key,
super.child,
this.container = false,
this.explicitChildNodes = false,
this.excludeSemantics = false,
this.blockUserActions = false,
required this.properties,
});