SemanticsEvent constructor Null safety
- String type
Initializes internal fields.
type is a string that identifies this class of SemanticsEvents.
Implementation
const SemanticsEvent(this.type);
Initializes internal fields.
type is a string that identifies this class of SemanticsEvents.
const SemanticsEvent(this.type);