bodySmall static method

dynamic bodySmall(
  1. AppThemeExtension themeExt
)

Body Text

Implementation

static bodySmall(AppThemeExtension themeExt) => TextStyle(color: themeExt.bodyTextSmallColor);