DefaultText constructor
DefaultText({
- String? textLabel,
- dynamic iconLeft,
- Color? colorsText,
- double? sizeText,
- Color? colorbackground,
- double? width,
- double? height,
- Alignment? alignment,
- BorderRadius? borderRadius,
- FontWeight? fontWeight,
- EdgeInsets? padding,
- EdgeInsets? margin,
- FontStyle? fontStyle,
- TextOverflow? textOverflow,
- TextAlign? textAlign,
- Border? border,
- List<
BoxShadow> ? boxShadow, - int? maxLines,
- bool? isGradient,
- String? fonts,
- String? userTagID,
- TextDecoration? textDe,
- String? userTag,
- bool? isHpyerlink,
- GlobalKey<
State< ? keyDefault,StatefulWidget> > - MainAxisAlignment? mainAxixIconLeft,
- CrossAxisAlignment? crossAxixIconLeft,
- double? heightIconLeft,
- double? widthIconLeft,
- Color? colorIconLeft,
- bool? isForceWarpUseExpanded,
- Gradient? gradient,
- String? isVerified,
- MainAxisAlignment? mainAxixIconVerified,
- String? groupTagID,
- String? groupNameTagID,
- dynamic gotoGrupTag()?,
- dynamic gotoUserTag()?,
- CrossAxisAlignment? crossAxixIconVerified,
- 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});