TextTween constructor

TextTween({
  1. String end = '',
})

Implementation

TextTween({String end = ''}) : super(begin: '', end: end);