x4Large property

TextModifier get x4Large

Implementation

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