leadingText property

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

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

Implementation

@Input()
String? leadingText;