xLarge property

TextModifier get xLarge

Applies extra-large font size.

Implementation

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