illustrationPaths top-level constant

Map<String, String> const illustrationPaths

List of all illustrations paths.

Implementation

const Map<String, String> illustrationPaths = {
  'addDevice': ZetaIllustrations.addDevicePath,
  'emptyBox': ZetaIllustrations.emptyBoxPath,
  'welcomeNav': ZetaIllustrations.welcomeNavPath,
  'helpChat': ZetaIllustrations.helpChatPath,
  'taskZebra': ZetaIllustrations.taskZebraPath,
  'sadZebra': ZetaIllustrations.sadZebraPath,
  'search': ZetaIllustrations.searchPath,
  'boxEmpty': ZetaIllustrations.boxEmptyPath,
  'calendar': ZetaIllustrations.calendarPath,
  'loadFailure': ZetaIllustrations.loadFailurePath,
  'serverDisconnect': ZetaIllustrations.serverDisconnectPath,
  'internet1': ZetaIllustrations.internet1Path,
  'internet2': ZetaIllustrations.internet2Path,
  'internet3': ZetaIllustrations.internet3Path,
  'zebraSad': ZetaIllustrations.zebraSadPath,
  'zebraHidden': ZetaIllustrations.zebraHiddenPath,
  'zebraRelaxed': ZetaIllustrations.zebraRelaxedPath,
  'zebraHappy': ZetaIllustrations.zebraHappyPath,
  'zebraNeutral': ZetaIllustrations.zebraNeutralPath,
  'zebraThumbsUp': ZetaIllustrations.zebraThumbsUpPath,
  'login': ZetaIllustrations.loginPath,
  'warning': ZetaIllustrations.warningPath,
  'welcome': ZetaIllustrations.welcomePath,
};