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