textLeft property
      
      TextModifier
      get
      textLeft
      
    
    
    
Implementation
TextModifier get textLeft => WrappedText(
      textAlign: (context, theme) => TextAlign.left,
      child: this,
    );TextModifier get textLeft => WrappedText(
      textAlign: (context, theme) => TextAlign.left,
      child: this,
    );