toggle menu
app
androidJvm
switch theme
search in API
app
/
org.scottishtecharmy.soundscape.screens.markers_routes.components
/
TextFieldWithLabel
Text
Field
With
Label
@
Composable
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
)