toggle menu
ZappBase
androidJvm
switch theme
search in API
Compose
/
com.zappstudio.compose.theme
/
BaseFieldComponent
Base
Field
Component
@
Immutable
open
class
BaseFieldComponent
(
val
shape
:
Shape
=
RoundedCornerShape(10.dp)
)
Members
Constructors
Base
Field
Component
Link copied to clipboard
constructor
(
shape
:
Shape
=
RoundedCornerShape(10.dp)
)
Properties
shape
Link copied to clipboard
open
val
shape
:
Shape
Functions
get
Text
Field
Colors
Link copied to clipboard
@
Composable
fun
getTextFieldColors
(
)
:
TextFieldColors