VerticalTextLine constructor
VerticalTextLine({
- required VoidCallback onFinished,
- double speed = 12.0,
- int maxLength = 10,
- Key? key,
Implementation
VerticalTextLine({
required this.onFinished,
this.speed = 12.0,
this.maxLength = 10,
Key? key
}) : super(key: key);