pubspec.yaml 파일에 uses-material-design: true 코드를 넣어줘야된다. 위치는 이미지, 폰트 등 미디어를 불러오는 부분에 추가하면 된다.
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true