leadingGlyph property

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

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

Implementation

@Input()
String? leadingGlyph;