@@ -112,7 +112,8 @@ class ChipTheme extends InheritedTheme {
112
112
/// Typically this is a [Text] widget.
113
113
/// * The "delete icon", which is a widget that appears at the end of the chip.
114
114
/// * The chip is disabled when it is not accepting user input. Only some chips
115
- /// have a disabled state: [InputChip], [ChoiceChip], and [FilterChip].
115
+ /// have a disabled state: [ActionChip], [ChoiceChip], [FilterChip], and
116
+ /// [InputChip].
116
117
///
117
118
/// The simplest way to create a ChipThemeData is to use [copyWith] on the one
118
119
/// you get from [ChipTheme.of] , or create an entirely new one with
@@ -283,8 +284,8 @@ class ChipThemeData with Diagnosticable {
283
284
/// [DisabledChipAttributes.disabledColor] , the background color
284
285
/// which indicates that the chip is not enabled.
285
286
///
286
- /// This property applies to [ChoiceChip ] , [FilterChip ] ,
287
- /// [InputChip] , [RawChip] .
287
+ /// This property applies to [ActionChip ] , [ChoiceChip ] ,
288
+ /// [FilterChip] , [ InputChip] , and [RawChip] .
288
289
final Color ? disabledColor;
289
290
290
291
/// Overrides the default for
0 commit comments