scrollTime method
设置滑动时间,单位毫秒(同步命令)
Implementation
void scrollTime(int millis) =>
_commandController.add(_ControllerCommand(ControllerEnumType.scrollTime, value: millis));
设置滑动时间,单位毫秒(同步命令)
void scrollTime(int millis) =>
_commandController.add(_ControllerCommand(ControllerEnumType.scrollTime, value: millis));