Content constructor

const Content({
  1. String? text,
  2. String? html,
})

Implementation

const Content({this.text, this.html});