leadingGlyph property

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

Any persistent glyph to show before the input box.

Implementation

@Input()
String? leadingGlyph;