PrimaryText constructor

const PrimaryText(
  1. String text, {
  2. String? label,
  3. TextAlign? textAlign,
  4. bool nowrap = false,
})

Implementation

const PrimaryText(this.text, {this.label, this.textAlign, this.nowrap = false});