Creates a semantic annotation.
The container argument must not be null.
Source
Semantics({ Key key, Widget child, this.container: false, this.checked, this.label }) : super(key: key, child: child) { assert(container != null); }
Creates a semantic annotation.
The container argument must not be null.
Semantics({ Key key, Widget child, this.container: false, this.checked, this.label }) : super(key: key, child: child) { assert(container != null); }