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