icon top-level property

Map<String, String> icon
final

Implementation

final Map<String, String> icon = {
  'copy': ThemeIcon.copy,
  'back': ThemeIcon.back,
  'forward': ThemeIcon.forward,
  'close': ThemeIcon.close,
  'left': ThemeIcon.left,
  'right': ThemeIcon.right,
  'up': ThemeIcon.up,
  'down': ThemeIcon.down,
  'paste': ThemeIcon.paste,
  'scan': ThemeIcon.scan,
  'qrcode': ThemeIcon.qrcode,
  'radio': ThemeIcon.radio,
  'radioFilled': ThemeIcon.radioFilled,
  'edit': ThemeIcon.edit,
  'home': ThemeIcon.home,
  'bitcoin': ThemeIcon.bitcoin,
  'wallet': ThemeIcon.wallet,
  'error': ThemeIcon.error,
  'message': ThemeIcon.message,
  'group': ThemeIcon.group,
  'profile': ThemeIcon.profile,
  'info': ThemeIcon.info,
  'send': ThemeIcon.send,
  'logo': ThemeIcon.logo,
  'twitter': ThemeIcon.twitter,
  'instagram': ThemeIcon.instagram,
  'facebook': ThemeIcon.facebook,
  'monitor': ThemeIcon.monitor,
  'google-play': ThemeIcon.googleplay,
  'app-store': ThemeIcon.appstore,
  'door': ThemeIcon.door
};