app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.screens.markers_routes.components
/
CustomTextField
Custom
Text
Field
@
Composable
fun
CustomTextField
(
value
:
String
,
onValueChange
:
(
String
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
textStyle
:
TextStyle
=
MaterialTheme.typography.bodyMedium
,
shape
:
Shape
=
RoundedCornerShape(spacing.extraSmall)
,
isSingleLine
:
Boolean
=
true
)