addThumbImage method

void addThumbImage(
  1. String thumbUrl
)

Implementation

void addThumbImage(String thumbUrl) {
  _addImage('thumb', url);
}