x8Large property

TextModifier get x8Large

Implementation

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