getTitleSmall static method

TextStyle getTitleSmall(
  1. bool darkMode
)

Implementation

static TextStyle getTitleSmall(bool darkMode) =>
    (textTheme(darkMode: darkMode).titleLarge ?? titleLarge)
        .copyWith(fontSize: 16, fontWeight: FontWeight.w600);