WatchFaceLayoutBean constructor

WatchFaceLayoutBean({
  1. required String backgroundPictureMd5,
  2. required String compressionType,
  3. required int height,
  4. required Color textColor,
  5. required int thumHeight,
  6. required int thumWidth,
  7. required int timeBottomContent,
  8. required int timePosition,
  9. required int timeTopContent,
  10. required int width,
})

Implementation

WatchFaceLayoutBean({
  required this.backgroundPictureMd5,
  required this.compressionType,
  required this.height,
  required this.textColor,
  required this.thumHeight,
  required this.thumWidth,
  required this.timeBottomContent,
  required this.timePosition,
  required this.timeTopContent,
  required this.width,
});