loading function
Indicates how the browser should load the image.
Implementation
Attribute<LoadingAttr> loading(String value) {
return Attribute('loading', value);
}
Indicates how the browser should load the image.
Attribute<LoadingAttr> loading(String value) {
return Attribute('loading', value);
}