TextCustom constructor

const TextCustom(
  1. String label, {
  2. TextAlign align = TextAlign.left,
  3. FontWeight weight = FontWeight.normal,
  4. double size = 10.0,
  5. int maxLine = 1000000000000,
  6. Color color = Colors.white,
  7. TextDecoration? decoration,
  8. String? fontFamily,
  9. FontStyle? style,
  10. Key? key,
})

Implementation

const TextCustom(this.label, {this.align = TextAlign.left, this.weight = FontWeight.normal,
    this.size = 10.0, this.maxLine = 1000000000000, this.color = Colors.white, this.decoration,
    this.fontFamily, this.style, Key? key}):super(key:key);