titleLarge static method

dynamic titleLarge(
  1. AppThemeExtension themeExt
)

Implementation

static titleLarge(AppThemeExtension themeExt) => TextStyle(color: themeExt.titleTextLargeColor);