ellipsis property
      
      TextModifier
      get
      ellipsis
      
    
    
    
Implementation
TextModifier get ellipsis => WrappedText(
      overflow: (context, theme) => TextOverflow.ellipsis,
      child: this,
    );TextModifier get ellipsis => WrappedText(
      overflow: (context, theme) => TextOverflow.ellipsis,
      child: this,
    );