UXPWidgetHTMLCard constructor

const UXPWidgetHTMLCard({
  1. Key? key,
  2. String? code,
})

Implementation

const UXPWidgetHTMLCard({
  Key? key,
  this.code,
}) : super(key: key);