sheets-compose-dialogs
androidJvm
rating
/
com.maxkeppeler.sheets.rating.models
/
RatingBody
/
Custom
Custom
data
class
Custom
(
val
body
:
@
Composable
(
)
->
Unit
)
:
RatingBody
Custom implementation of a body.
Members
Constructors
Custom
Link copied to clipboard
constructor
(
body
:
@
Composable
(
)
->
Unit
)
Properties
body
Link copied to clipboard
val
body
:
@
Composable
(
)
->
Unit