WebImage.withSource constructor - WebImage - search library - Dart API
WebImage.withSource
WebImage.withSource constructor
- WebSource source
Creates a new instance.
Sets WebImage.source to the given source.
sourceDetailed information about image source.
Implementation
factory WebImage.withSource(WebSource source) => $prototype.withSource(source);