x5Large property

TextModifier get x5Large

Implementation

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