该方法由子类复写且只能在getValue内部调用
@override TextStyle convert(double animatorPercent) { return TextStyle.lerp(begin, end, animatorPercent)!; }