getBodySmall static method

TextStyle getBodySmall(
  1. bool darkMode
)

Implementation

static TextStyle getBodySmall(bool darkMode) =>
    textTheme(darkMode: darkMode).bodySmall ?? bodyLarge;