BarcodeListItemCounter

fun BarcodeListItemCounter(modifier: <Error class: unknown class> = Modifier, manualCountChangeColor: ScanbotColor, manualCountOutlineColor: ScanbotColor, count: Int, requestedCount: Int = Int.MAX_VALUE, uuid: String, onPlusClick: (String) -> Unit, onMinusClick: (String) -> Unit, onCountClick: (String) -> Unit)