RawMarkUp constructor

const RawMarkUp(
  1. String html, {
  2. Key? key,
})

Implementation

const RawMarkUp(this.html, {Key? key}) : super(key: key);