transformImageUrl property

String Function(String url)? transformImageUrl
final

Transform the image url before loading it. This can be used to add a CDN url to the image

Implementation

final String Function(String url)? transformImageUrl;