[JetPack Compose] Surface
Surface() 함수를 인자중심으로 분석을 해봤습니다. androidx.compose.material 패키지 안에 있는 함수로 다음처럼 설명이 되어 있습니다. Material Design surface. Material surface is the central metaphor in material design. Each surface exists at a given elevation, which influences how that piece of surface visually relates to other surfaces and how that surface casts shadows. If you want to have a Surface that handles clicks, consider using ..