DefaultText constructor

DefaultText({
  1. String? textLabel,
  2. dynamic iconLeft,
  3. Color? colorsText,
  4. double? sizeText,
  5. Color? colorbackground,
  6. double? width,
  7. double? height,
  8. Alignment? alignment,
  9. BorderRadius? borderRadius,
  10. FontWeight? fontWeight,
  11. EdgeInsets? padding,
  12. EdgeInsets? margin,
  13. FontStyle? fontStyle,
  14. TextOverflow? textOverflow,
  15. TextAlign? textAlign,
  16. Border? border,
  17. List<BoxShadow>? boxShadow,
  18. int? maxLines,
  19. bool? isGradient,
  20. String? fonts,
  21. String? userTagID,
  22. TextDecoration? textDe,
  23. String? userTag,
  24. bool? isHpyerlink,
  25. GlobalKey<State<StatefulWidget>>? keyDefault,
  26. MainAxisAlignment? mainAxixIconLeft,
  27. CrossAxisAlignment? crossAxixIconLeft,
  28. double? heightIconLeft,
  29. double? widthIconLeft,
  30. Color? colorIconLeft,
  31. bool? isForceWarpUseExpanded,
  32. Gradient? gradient,
  33. String? isVerified,
  34. MainAxisAlignment? mainAxixIconVerified,
  35. String? groupTagID,
  36. String? groupNameTagID,
  37. dynamic gotoGrupTag()?,
  38. dynamic gotoUserTag()?,
  39. CrossAxisAlignment? crossAxixIconVerified,
  40. MainAxisSize? mainAxisSizeIconLeft,
})

Implementation

DefaultText(
    {this.textLabel,
    this.iconLeft,
    this.colorsText,
    this.sizeText,
    this.colorbackground,
    this.width,
    this.height,
    this.alignment,
    this.borderRadius,
    this.fontWeight,
    this.padding,
    this.margin,
    this.fontStyle,
    this.textOverflow,
    this.textAlign,
    this.border,
    this.boxShadow,
    this.maxLines,
    this.isGradient,
    this.fonts,
    this.userTagID,
    this.textDe,
    this.userTag,
    this.isHpyerlink,
    this.keyDefault,
    this.mainAxixIconLeft,
    this.crossAxixIconLeft,
    this.heightIconLeft,
    this.widthIconLeft,
    this.colorIconLeft,
    this.isForceWarpUseExpanded,
    this.gradient,
    // this.isEmojiEnable,
    this.isVerified,
    this.mainAxixIconVerified,
      this.groupTagID,
      this.groupNameTagID,
      this.gotoGrupTag,
      this.gotoUserTag,
    this.crossAxixIconVerified, this.mainAxisSizeIconLeft});