kotlin-mpp-playground
Toggle table of contents
0.1.0.0+0152ff2
common
Platform filter
common
Switch theme
Search in API
kotlin-mpp-playground
cmp
/
ui.birds
Package-level
declarations
Types
Functions
Types
Birds
View
Model
Link copied to clipboard
class
BirdsViewModel
:
ViewModel
Bird
Ui
State
Link copied to clipboard
data
class
BirdUiState
(
val
images
:
List
<
Image
>
=
emptyList()
,
val
videos
:
List
<
Video
>
=
emptyList()
)
Functions
Bird
Images
Link copied to clipboard
@
Composable
fun
BirdImages
(
modifier
:
Modifier
=
Modifier
,
navToHome
:
(
)
->
Unit
)