textLarge property

TextModifier get textLarge

Implementation

TextModifier get textLarge => WrappedText(
      style: (context, theme) => theme.typography.textLarge,
      child: this,
    );