Skip to content

Update ActionChip documentation to showcase assist and suggestion chip from M3 specs #128028

@TahaTesser

Description

@TahaTesser

Is there an existing issue for this?

Use case

https://m3.material.io/components/chips/specs contains some new names for the chips. When searching for one of the chips, it won't show up because it doesn't exist with the same name.
Screenshot 2023-06-01 at 11 13 23

#107166 mentions the following

  • Assist chip: ActionChip
  • Filter chip: FilterChip or ChoiceChip (for single selection)
  • Input chip: InputChip
  • Suggestion chip: ActionChip

However, when looking at ActionChip docs, I see this line

ActionChip can be used for both the Assist and Suggestion chips from Material Design 3. If ThemeData.useMaterial3 is true, then ActionChip will be styled to match the Material Design 3 Assist and Suggestion chips.

Doc doesn't showcase how you can style ActionChip to get Assist and Suggestion Chip. The difference between these chips.

Proposal

Update docs

Metadata

Metadata

Assignees

Labels

d: api docsIssues with https://api.flutter.dev/f: material designflutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions