xLarge property

TextModifier get xLarge

Implementation

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