loading property
Loading
get
loading
Sets or retrieves the policy for loading image elements that are outside the viewport.
Implementation
_i3.Loading get loading => _i3.Loading.values.byName(_i4.getProperty(
this,
'loading',
));
set
loading
(Loading value)
Implementation
set loading(_i3.Loading value) {
_i4.setProperty(
this,
'loading',
value.name,
);
}