bodyLarge property

TextStyle bodyLarge
final

内容(大字体)

Implementation

static final TextStyle bodyLarge = TextStyle(
  fontSize: 16.sp,
  letterSpacing: 0.5,
  height: 1.5,
  fontWeight: FontWeight.w400,
);