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