trailingGlyph property

  1. @Input()
String? trailingGlyph
getter/setter pair

Any symbol to show at the trailing edge of the input -- e.g. a URL link icon or similar.

Implementation

@Input()
String? trailingGlyph;