textStart property

TextModifier get textStart

Implementation

TextModifier get textStart => WrappedText(
      textAlign: (context, theme) => TextAlign.start,
      child: this,
    );