thumbnailUri property

String? thumbnailUri
final

The source of the thumbnail image of the sticker. This should either be the full path, a uri or if it is an asset the relative path as specified in your pubspec.yaml file. If null the thumbnail will be automatically generated from the stickerURI.

// Defaults to:
null

Implementation

final String? thumbnailUri;