Skip to content

noRippleClickable 확장함수 생성 #28

Description

@kangyuri1114
  • 원래 noRippleClickable 이 modifier에 있던 것 같은데 지금은 안보이네요
  • 대부분 컴포넌트들 다 ripple효과가 없는걸로 알아서 확장함수 만들어두고 쓰면 좋을 것 같아요

예시상황

Column(
        modifier = modifier
            .clickable(
                interactionSource = remember { MutableInteractionSource() },  // 이부분이 매번 쓰기 번거로우니
                indication = null, // 이부분이 매번 쓰기 번거로우니
                onClick = onClick
            ),
        horizontalAlignment = Alignment.CenterHorizontally,
        verticalArrangement = Arrangement.Center
    ) 

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions