9 lines
499 B
Dart
9 lines
499 B
Dart
abstract class ThingsboardImage {
|
|
static final thingsBoardWithTitle = 'assets/images/thingsboard_with_title.svg';
|
|
static final thingsboard = 'assets/images/thingsboard.svg';
|
|
static final thingsboardOuter = 'assets/images/thingsboard_outer.svg';
|
|
static final thingsboardCenter = 'assets/images/thingsboard_center.svg';
|
|
static final dashboardPlaceholder = 'assets/images/dashboard-placeholder.png';
|
|
static final deviceProfilePlaceholder = 'assets/images/device-profile-placeholder.png';
|
|
}
|