JCB - Scaffold FloatingActionButton

PHOTO EMBED

Mon Sep 06 2021 06:24:13 GMT+0000 (Coordinated Universal Time)

Saved by @GoodRequest. #kotlin

floatingActionButton = {
    FloatingActionButton(
        onClick = {},
        content = {
            Icon(imageVector = Icons.Default.Favorite,contentDescription = "")
        }
    )
}
content_copyCOPY