Text.right constructor

Text.right(
  1. String value
)

Implementation

Text.right(String value)
    : this(value: value, direction: AlignmentDirection.right);