expandable property

bool expandable
final

Whether the pill expands to show the full value when tapped.

If true, tapping the pill toggles between single-line (truncated) and multi-line (full) display of the value. This takes precedence over editable - if both are true, tap will expand.

Defaults to false.

Implementation

final bool expandable;