StacWidget constructor

const StacWidget({
  1. Map<String, dynamic>? jsonData,
})

Creates a StacWidget that represents a widget.

Implementation

const StacWidget({this.jsonData});