ZdsImages class

A collection of Images and SvgPictures to be used in Zebra applications.

These images are all static and so do not need to have any instantiation.

For example:

 SizedBox(
  child: ZdsImages.notifications,
  height: 300,
  width: 300,
 ),

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

calendar SvgPicture
Calendar illustration
getter/setter pair
chat SvgPicture
Chat illustration
getter/setter pair
clock SvgPicture
Clock illustration
getter/setter pair
cloudFail SvgPicture
Cloud fail illustration
getter/setter pair
completedTasks SvgPicture
Completed tasks illustration
getter/setter pair
connectionLoss SvgPicture
Connection loss illustration
getter/setter pair
darkMode SvgPicture
Dark mode illustration
getter/setter pair
emptyBox SvgPicture
Empty box illustration
getter/setter pair
internetFail SvgPicture
Internet fail illustration
getter/setter pair
lightMode SvgPicture
Light mode illustration
getter/setter pair
loadFail SvgPicture
Load fail illustration
getter/setter pair
map SvgPicture
Map illustration
getter/setter pair
notes SvgPicture
Notes illustration
getter/setter pair
notifications SvgPicture
Notifications illustration
getter/setter pair
sadZebra SvgPicture
Sad Zebra illustration
getter/setter pair
Search illustration
getter/setter pair
serverFail SvgPicture
Server fail illustration
getter/setter pair
sleepingZebra SvgPicture
Sleeping Zebra illustration
getter/setter pair
systemMode SvgPicture
System mode illustration
getter/setter pair