하나의 아이템이 열리면 다른 모든 아이템이 닫히는 Expansion Panel List를 임시로 Right Page에 구현하였습니다. 즉 이 Expansion Panel List에는 많아야 하나의 아이템만 열려 있게 됩니다. 상태 관리에는 GetX를 사용하였으며, item의 수만큼 controller를 만들어 여닫음의 상태를 관리합니다.
Temporarily on the Right Page, I implemented another Expansion Panel List which collapses all the other items when one is expanded. In the other words, at most only one item is expanded in this Expansion Panel List. I used GetX for state management system, and it creates as many controllers as the number of items for managing the state of their expansion and collapse.