Zend certified PHP/Magento developer

How to get Qty Increments Value on Product View Page

In Magento 2.3 how to get Qty increments value on the product details page.
Since I am trying to use Increment and Decrement functionality based on this value.

So far I have used the below methods but no luck.

$block->getProductQtyIncrements()
$_product->getStockItem()->getData('qty_increments')

enter image description here