rightAlign property

  1. @Input()
bool rightAlign
getter/setter pair

Whether the input contents should be always right aligned.

Default value is false.

Implementation

@Input()
bool rightAlign = false;