NumberFieldDefaults

Object that containing default values for NumberField.

Functions

Link copied to clipboard
fun defaultDecreaseIcon(): @Composable () -> Unit
Link copied to clipboard
fun defaultIncreaseIcon(): @Composable () -> Unit
Link copied to clipboard
Link copied to clipboard

@Composable
fun numberFieldColors(contentColor: Color = Color.Unspecified, backgroundColor: Color = Color.Unspecified, focusedColor: Color = Color.Unspecified, errorColor: Color = Color.Unspecified): NumberFieldColors

The custom colors for NumberField.

Link copied to clipboard

@Composable
fun numberFieldVibrants(contentVibrant: Vibrant = Vibrant.Darkest, backgroundVibrant: Vibrant = Vibrant.Neutral, focusedVibrant: Vibrant = Vibrant.SemiLight, errorVibrant: Vibrant = Vibrant.Termination): NumberFieldVibrants
Link copied to clipboard
fun size(height: Dp): NumberFieldSize
Link copied to clipboard