从当前滑动到距离右边right的位置
right
Future<void> scrollRight(double right) => _emitCommand(ControllerEnumType.scrollRight, value: right);