출처 : UX&UI 케이스 스터디1: 토스
그에 앞서, Flutter UI 에 일어난 변화
Understanding the Issue
Old TextTheme Properties (Deprecated):
headline1
headline2
headline3
headline4
headline5
headline6
subtitle1
subtitle2
bodyText1
bodyText2
button
caption
overline
New TextTheme Properties:
displayLarge (replaces headline1)
displayMedium (replaces headline2)
displaySmall (replaces headline3)
headlineLarge (replaces headline4)
headlineMedium (replaces headline5)
headlineSmall (replaces headline6)
titleLarge (replaces subtitle1)
titleMedium (replaces subtitle2)
titleSmall
bodyLarge (replaces bodyText1)
bodyMedium (replaces bodyText2)
bodySmall (replaces caption)
labelLarge (replaces button)
labelMedium
labelSmall (replaces overline)