The demo code is as follows.
case .accessoryRectangular:
ZStack() {
AccessoryWidgetBackground()
Text(entry.date, style: .time)
}
.widgetURL(URL(string: "demo://test"))
I didn't get any useful information on the related documentation. Am I missing something?