thumbnail property
Optional thumbnail image displayed before playback starts.
This is commonly used to preview the video content. The thumbnail is removed once the video begins playback.
The background behind this image can be customized via PlayerThemeData.backgroundColor
.
Implementation
final ImageProvider<Object>? thumbnail;