TOSS UI 알아보기

정규호·2024년 10월 8일
0

출처 : UX&UI 케이스 스터디1: 토스

그에 앞서, Flutter UI 에 일어난 변화

  1. TextTheme Properites
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)
profile
The Man Who Lift

0개의 댓글