TextBorder constructor

const TextBorder(
  1. String text, {
  2. double? width,
  3. Color? color,
  4. Key? key,
})

Implementation

const TextBorder(this.text, {this.width,this.color, super.key});