secondaryText property

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

Some optional secondary summary text that describes the state of the widget hosted inside the panel.

Implementation

@Input()
String? secondaryText;