rightAlign property
Whether the input contents should be always right aligned.
Default value is false
.
Implementation
@Input()
bool rightAlign = false;
Whether the input contents should be always right aligned.
Default value is false
.
@Input()
bool rightAlign = false;