ForceMarkdown constructor

const ForceMarkdown(
  1. String data, {
  2. Key? key,
  3. TextStyle genericStyle = const TextStyle(),
})

Implementation

const ForceMarkdown(
  this.data, {
  super.key,
  this.genericStyle = const TextStyle(),
});