loading function

Attribute<LoadingAttr> loading(
  1. String value
)

Indicates how the browser should load the image.

Implementation

Attribute<LoadingAttr> loading(String value) {
  return Attribute('loading', value);
}