labelLarge property
TextStyle?
get
labelLarge
Returns the large label text style from the text theme.
Implementation
TextStyle? get labelLarge => textTheme.labelLarge;
Returns the large label text style from the text theme.
TextStyle? get labelLarge => textTheme.labelLarge;