value property

String? value
final

The text displayed on the right side of the pill.

If null, the pill displays only the label. If non-null, tapping the pill enables inline editing.

Implementation

final String? value;