P constructor

P(
  1. String text, {
  2. String style = "",
})

Implementation

P(this.text, {this.style = ""});