defaultStickers top-level constant

List<String> const defaultStickers

Default sticker emojis/icons that can be used in stories.

This list contains common emoji and icon strings that can be displayed as stickers. Users can provide custom stickers via the customStickers parameter.

Implementation

const List<String> defaultStickers = [
  '❤️',
  '😀',
  '😍',
  '🔥',
  '⭐',
  '💯',
  '👍',
  '👎',
  '🎉',
  '🎊',
  '🎈',
  '🎁',
  '💝',
  '✨',
  '🌟',
  '💫',
  '⚡',
  '💥',
  '🎯',
  '🏆',
  '🥇',
  '🥈',
  '🥉',
  '🏅',
  '🎖️',
  '🎗️',
  '🎪',
  '🎭',
  '🎨',
  '🎬',
  '🎤',
  '🎧',
  '🎮',
  '🎰',
  '🎲',
  '🃏',
  '🀄',
  '🎴',
  '🎵',
  '🎶',
  '🎼',
  '🎹',
  '🥁',
  '🎸',
  '🎺',
  '🎻',
  '🎷',
  '🎪',
  '🎭',
  '🎨',
  '🎬',
];