thumbnail property

bool? get thumbnail

True if a 128x60 thumbnail should be generated. Layout and ratio are not supported yet.

Implementation

bool? get thumbnail => _wrapped.thumbnail;
set thumbnail (bool? v)

Implementation

set thumbnail(bool? v) {
  _wrapped.thumbnail = v;
}