OnEnterScope constructor
const
OnEnterScope({
- String? name,
Creates an OnEnterScope annotation.
For WeaverSwitchScope, set name to match the child entry (see WeaverSwitchScope).
Implementation
const OnEnterScope({this.name});