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