CustomSticker constructor

CustomSticker(
  1. String identifier,
  2. String name,
  3. String stickerUri, {
  4. bool? adjustments,
  5. String? thumbnailUri,
  6. TintMode? tintMode,
})

Creates a new CustomSticker.

Implementation

CustomSticker(
  String identifier,
  String name,
  this.stickerUri, {
  this.adjustments,
  this.thumbnailUri,
  this.tintMode,
}) : super._custom(identifier, name);