SecondaryText constructor

SecondaryText(
  1. String text, {
  2. bool isBold = false,
  3. bool nowrap = false,
})

Implementation

SecondaryText(this.text, {this.isBold = false, this.nowrap = false});