Package com. example. examer. ui. screens
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class UserAttribute( val label: String, val value: String, val onClick: () -> Unit)
Content copied to clipboard
Functions
Link copied to clipboard
@ExperimentalCoilApi
@Composable
Content copied to clipboard
A stateful implementation of ProfileScreen.
Link copied to clipboard
Link copied to clipboard
@ExperimentalCoilApi
@Composable
Content copied to clipboard
Link copied to clipboard
@ExperimentalCoilApi
@Composable
Content copied to clipboard
Stateless implementation of profile screen
Link copied to clipboard
@Composable
Content copied to clipboard
Link copied to clipboard
@Composable
Content copied to clipboard
Link copied to clipboard
@Composable
Content copied to clipboard
Link copied to clipboard
@Composable
Content copied to clipboard
A stateful composable that is used to display a list of TestDetails as expandable cards.This composable adds support for swipe-to-refresh and a 'scroll-to-top' fab that appears after the first two items are pushed off of the screen while scrolling. It manages the expanded states and also the onClick action, which will toggle between expanded/not expanded states.
Link copied to clipboard
@Composable
Content copied to clipboard