JBText constructor

const JBText(
  1. String text, {
  2. Key? key,
  3. TextStyle? style,
  4. TextAlign? textAlign,
  5. void onTap(
    1. String? text
    )?,
})

Implementation

const JBText(
    this.text, {
      super.key,
      this.style,
      this.textAlign,
      this.onTap,
    });