AnimatedContainer10.1 Flutter 플러터에서 축소되는 요소를 어떻게 애니메이션화할 수 있을까요?, How to Animate Collapsing Elements in Flutter 질문 사용자가 다른 위젯 (형제 또는 부모)을 탭 할 때 위젯을 확장하고 축소하려면 어떻게해야합니까? new Column( children: [ new header.IngridientHeader( new Icon( Icons.fiber_manual_record, color: AppColors.primaryColor ), '음성 트랙 1' ), new Grid() ], ) 사용자가 header.IngridientHeader를 탭 할 수 있도록하고 Grid 위젯은 토글되어야합니다 (표시되지 않으면 숨겨지고 그 반대도 마찬가지입니다). 나는 부트 스트랩에서 축소와 비슷한 작업을하려고합니다. getbootstrap.com/docs/4.0/components/collapse header.IngridientHead.. 2023. 9. 26. 이전 1 다음