ImosysTextWidget constructor
const
ImosysTextWidget({
- Key? key,
- required String text,
- double? size,
- FontWeight? fontWeight,
- String? fontFamily,
- TextDecoration? decoration,
- Color? color,
- TextAlign? align,
- int? maxLines,
- TextOverflow? overflow,
- double? letterSpacing,
- double? wordSpacing,
- TextStyle? style,
- bool? hasShadow = false,
- Color? shadowColor,
- Offset? shadowOffset,
- double? blurRadius,
Implementation
const ImosysTextWidget({
super.key,
required this.text,
this.size,
this.fontWeight,
this.fontFamily,
this.decoration,
this.color,
this.align,
this.maxLines,
this.overflow,
this.letterSpacing,
this.wordSpacing,
this.style,
this.hasShadow = false,
this.shadowColor,
this.shadowOffset,
this.blurRadius,
});