VooWatchComplicationData constructor

const VooWatchComplicationData({
  1. required String id,
  2. required String shortText,
  3. String? longText,
  4. String? headerText,
  5. double? progress,
  6. int? tintColor,
  7. String? deepLink,
})

Implementation

const VooWatchComplicationData({required this.id, required this.shortText, this.longText, this.headerText, this.progress, this.tintColor, this.deepLink});