weightCell

fun weightCell(value: String, validator: (String) -> Boolean? = null, onValueChange: (String) -> Unit): Cell

Return

Cell for weight

Parameters

value

current cell value

validator

callback that validates the value

onValueChange

callback invoked on value change