trailingText property

  1. @Input()
String trailingText
getter/setter pair

Any text to show at the trailing edge of the input -- e.g. a currency symbol or similar.

Implementation

@Input()
String trailingText = '';