startLoadingOnlyWhenVisible property

bool startLoadingOnlyWhenVisible
final

To save ressources & bandwidth you can delay the image download Set startLoadingOnlyWhenVisible to true to start to download the image when the widget becomes visible on user's screen

Implementation

final bool startLoadingOnlyWhenVisible;