tauri-plugin-widgets 0.4.2

Tauri plugin for App Widgets on Android, iOS, and macOS (WidgetKit); Windows Widgets Board (Adaptive Cards) + desktop webview; Linux desktop webview with X11 DESKTOP pin.
{
  "version": 1,
  "small": null,
  "medium": null,
  "large": {
    "type": "list",
    "items": [
      {
        "text": "Alpha",
        "checked": true,
        "action": "row",
        "payload": "a"
      },
      {
        "text": "Beta",
        "checked": false,
        "action": "row",
        "payload": "b"
      },
      {
        "text": "Gamma",
        "checked": null,
        "action": null,
        "payload": null
      }
    ],
    "spacing": 2.0,
    "fontSize": 14.0,
    "color": null,
    "padding": null,
    "background": null,
    "cornerRadius": null,
    "opacity": null,
    "frame": null,
    "border": null,
    "shadow": null,
    "clipShape": null,
    "flex": null
  }
}