displaySmall static method

dynamic displaySmall(
  1. AppThemeExtension themeExt
)

Display Text

Implementation

static displaySmall(AppThemeExtension themeExt) => TextStyle(color: themeExt.displayTextSmallColor);