textRight property

TextModifier get textRight

Implementation

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