이 강의를 통해서 flutter가 진짜 매우 편하다는 것을 알게 되었다.(그냥 다 알아서 해줘...)이번에는 이 부분을 만들 것이다.가장 먼저, Container 부분이 반복되니까 ./widgets/currency_card.dart 파일을 만들어서 위젯을 따로 뺄 것이다.이전에 button.dart 파일에서 했던 것과 동일하게 진행하면 된다...자세한 방법은 3.5 Reusable Widget(https://want-to-work-life-balance.tistory.com/entry/Flutter-35-Reusable-Widgets)에 있다.currency name, currency code, currency amount, currency icon을 변수로 두었다.하지만, 비트코인쪽을 보면 색이 반대가..