Script constructor
const
Script({
- NodeElement? child,
- List<
NodeElement> ? children, - bool async = false,
- bool defer = false,
- String? src,
- String? type,
Implementation
const Script({
NodeElement? child,
List<NodeElement>? children,
this.async = false,
this.defer = false,
this.src,
this.type,
}) : super(child: child, children: children);