WebImage.withSource constructor

WebImage.withSource(
  1. WebSource source
)

Creates a new instance.

Sets WebImage.source to the given source.

  • source Detailed information about image source.

Implementation

factory WebImage.withSource(WebSource source) => $prototype.withSource(source);