Text constructor

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

Implementation

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