A property that can read and write a value. Also, detects the results difference and adapts to the view. Using Boolean to find the difference. Such as

@state isNight = false
BackgroundColorView(topColor: isNight ? .black : .blue, 
bottomColor: isNight ? .red :  .pink)

값을 읽고 쓸 수 있는 속성입니다. 또한 결과 차이를 감지하여 뷰에 적용하고. 부릴언을 동해하여 차이를 찾습니다.

Screen Shot 2022-04-03 at 8.00.36 PM.png