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