labelLarge static method

dynamic labelLarge(
  1. AppThemeExtension themeExt
)

Implementation

static labelLarge(AppThemeExtension themeExt) => TextStyle(color: themeExt.labelTextLargeColor);