getBodyLarge static method

TextStyle getBodyLarge(
  1. bool isDark
)

Implementation

static TextStyle getBodyLarge(bool isDark) => isDark ? bodyLargeDark : bodyLarge;