label property

String label
final

The label property in the ReactiveDestination class represents the text label for the destination. It is typically displayed alongside the icon in a navigation rail or navigation bar to provide a descriptive name for the destination.

Implementation

final String label;