CustomText constructor
const
CustomText(
- String keyString, {
- Key? key,
- TextStyle? style,
- TextAlign? textAlign,
- int? maxLines,
- TextOverflow? overflow,
- bool? softWrap,
- TextDecoration? decoration,
- double? letterSpacing,
- double? wordSpacing,
Implementation
const CustomText(
this.keyString, {
Key? key,
this.style,
this.textAlign,
this.maxLines,
this.overflow,
this.softWrap,
this.decoration,
this.letterSpacing,
this.wordSpacing,
}) : super(key: key);