TransformText constructor
const
TransformText(})
Implementation
const TransformText(
this.text, {
Key? key,
this.style,
this.type = TransformTextType.scrollUp,
this.curves = Curves.linear,
this.duration = const Duration(milliseconds: 500),
}) : super(key: key);