Text constructor

const Text(
  1. String text, {
  2. String style(
    1. String
    )?,
})

Implementation

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