SemanticsModifier.fromProperties constructor
const
SemanticsModifier.fromProperties({})
Creates a semantic annotation using SemanticsProperties.
The container
and properties
arguments must not be null.
Implementation
const SemanticsModifier.fromProperties({
super.key,
super.child,
super.modifierKey,
this.container = false,
this.explicitChildNodes = false,
this.excludeSemantics = false,
required this.properties,
});