앞서 했던 내용들처럼 Grade이름을 가진 home 위젯을 stl로 만들어 준 것부터 시작. 1. Scaffold ( backgroundColor: Colors.amber[800], appBar: AppBar( backgroundColor: Colors.amber[700], centerTitle: true, elevation: 0.0 ), //AppBar ); //Scaffold .... 등 기본적으로 알고 있는 내용 말고 추가적인 내용은 사진첨부. 1. body안에 Text를 2개 기입 2. 두 번째 Text는 글자 간격과 크기 등을 추가로 조정하였다. 3. Text와 Text 사이의 간격을 SizeBox로 조정하였다. 4. crossAxisAlignment: CrossAxisAlignment.star..