label property

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

Label for the toggle button.

Implementation

@Input()
String? label;