x9Large property

TextModifier get x9Large

Implementation

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