x2Large property

TextModifier get x2Large

Implementation

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