enabled property

  1. @override
bool enabled
final

Whether the chip input is interactive and enabled.

When false, the input becomes read-only and visually disabled. When null, automatically determines enabled state based on callbacks.

Implementation

@override
final bool enabled;