bodyLarge static method

dynamic bodyLarge(
  1. AppThemeExtension themeExt
)

Implementation

static bodyLarge(AppThemeExtension themeExt) => TextStyle(color: themeExt.bodyTextLargeColor);