textLarge property
TextModifier
get
textLarge
Applies large text style.
Implementation
TextModifier get textLarge => WrappedText(
style: (context, theme) => theme.typography.textLarge,
child: this,
);