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