Text constructor

const Text(
  1. String text, {
  2. String? key,
  3. bool? isHtml,
  4. String? style,
})

Implementation

const Text(
  this.text, {
  this.key,
  this.isHtml,
  this.style,
});