x2Large property

TextModifier get x2Large

Applies 2x large font size.

Implementation

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