LiveActivityData constructor
const
LiveActivityData({})
Implementation
const LiveActivityData({
required this.title,
this.subtitle,
this.progress,
this.trailingText,
this.leadingIcon,
this.wakeScreen = false,
this.staleMinutes,
this.relevanceScore,
this.color,
this.wantsPushToken = false,
});