GradientText constructor
const
GradientText(
- String text, {
- Key? key,
- required Gradient gradient,
- TextStyle? style,
- TextAlign? textAlign,
- TextDirection? textDirection,
- int? maxLines,
- TextOverflow? overflow,
Implementation
const GradientText(
this.text, {
super.key,
required this.gradient,
this.style,
this.textAlign,
this.textDirection,
this.maxLines,
this.overflow,
});