CarouselText constructor
const
CarouselText({
- Key? key,
- required String text,
- TextAlign? textAlign,
- Color? color,
- double? fontSize,
- FontWeight? fontWeight,
- String? fontFamily,
- TextOverflow? overflow,
- int? maxLines,
Implementation
const CarouselText({
super.key,
required this.text,
this.textAlign,
this.color,
this.fontSize,
this.fontWeight,
this.fontFamily,
this.overflow,
this.maxLines,
});