titleSmall static method

dynamic titleSmall(
  1. AppThemeExtension themeExt
)

Title Text

Implementation

static titleSmall(AppThemeExtension themeExt) => TextStyle(color: themeExt.titleTextSmallColor);