Package-level declarations

Functions

Link copied to clipboard
fun RowScope.SwipeContent(background: Color = Color.White, weight: Float = 1.0f, onClick: () -> Unit, content: @Composable () -> Unit)

Created By Kevin Zou On 2023/10/18

Link copied to clipboard
fun RowScope.SwipeIcon(background: Color = Color.White, bitmap: ImageBitmap, contentDescription: String?, iconSize: Dp = 16.dp, tint: Color = LocalContentColor.current.copy(alpha = LocalContentAlpha.current), weight: Float = 1.0f, onClick: () -> Unit)
fun RowScope.SwipeIcon(background: Color = Color.White, painter: Painter, contentDescription: String?, iconSize: Dp = 16.dp, tint: Color = LocalContentColor.current.copy(alpha = LocalContentAlpha.current), weight: Float = 1.0f, onClick: () -> Unit)

fun RowScope.SwipeIcon(imageVector: ImageVector, contentDescription: String?, tint: Color = LocalContentColor.current.copy(alpha = LocalContentAlpha.current), background: Color = Color.White, iconSize: Dp = 16.dp, weight: Float = 1.0f, onClick: () -> Unit)

Created By Kevin Zou On 2023/10/18

Link copied to clipboard
fun RowScope.SwipeText(background: Color = Color.White, weight: Float = 1.0f, onClick: () -> Unit, text: @Composable () -> Unit)

Created By Kevin Zou On 2023/10/18