GradientText constructor
Creates a GradientText widget.
The text
and gradient
arguments must not be null.
Implementation
const GradientText(
this.text, {
super.key,
required this.gradient,
this.style,
});
Creates a GradientText widget.
The text
and gradient
arguments must not be null.
const GradientText(
this.text, {
super.key,
required this.gradient,
this.style,
});