WatchFaceBackgroundBean constructor
WatchFaceBackgroundBean({})
Implementation
WatchFaceBackgroundBean({
required this.bitmap,
required this.thumbBitmap,
required this.type,
required this.thumbWidth,
required this.thumbHeight,
required this.width,
required this.height,
});