showCheckmark property

bool showCheckmark
final

Indicates whether a checkmark should be displayed on the selected choice chip.

Defaults to true.

When set to true, a checkmark will appear on the selected chip to visually indicate its selection status. If set to false, no checkmark will be shown.

Implementation

final bool showCheckmark;