displayLarge static method

dynamic displayLarge(
  1. AppThemeExtension themeExt
)

Implementation

static displayLarge(AppThemeExtension themeExt) => TextStyle(color: themeExt.displayTextLargeColor);