TextFieldWithLabel

fun TextFieldWithLabel(value: String, onValueChange: (String) -> Unit, label: String, modifier: Modifier = Modifier, textStyle: TextStyle = MaterialTheme.typography.bodyMedium, shape: Shape = RoundedCornerShape(spacing.extraSmall), isSingleLine: Boolean = true)