@@ -62,7 +62,6 @@ const Icon _kDefaultDeleteIcon = Icon(Icons.cancel, size: _kDeleteIconSize);
6262abstract class ChipAttributes {
6363 // This class is intended to be used as an interface, and should not be
6464 // extended directly; this constructor prevents instantiation and extension.
65- // ignore: unused_element
6665 ChipAttributes ._();
6766
6867 /// The primary content of the chip.
@@ -203,7 +202,6 @@ abstract class ChipAttributes {
203202abstract class DeletableChipAttributes {
204203 // This class is intended to be used as an interface, and should not be
205204 // extended directly; this constructor prevents instantiation and extension.
206- // ignore: unused_element
207205 DeletableChipAttributes ._();
208206
209207 /// The icon displayed when [onDeleted] is set.
@@ -315,7 +313,6 @@ abstract class DeletableChipAttributes {
315313abstract class CheckmarkableChipAttributes {
316314 // This class is intended to be used as an interface, and should not be
317315 // extended directly; this constructor prevents instantiation and extension.
318- // ignore: unused_element
319316 CheckmarkableChipAttributes ._();
320317
321318 /// Whether or not to show a check mark when
@@ -351,7 +348,6 @@ abstract class CheckmarkableChipAttributes {
351348abstract class SelectableChipAttributes {
352349 // This class is intended to be used as an interface, and should not be
353350 // extended directly; this constructor prevents instantiation and extension.
354- // ignore: unused_element
355351 SelectableChipAttributes ._();
356352
357353 /// Whether or not this chip is selected.
@@ -462,7 +458,6 @@ abstract class SelectableChipAttributes {
462458abstract class DisabledChipAttributes {
463459 // This class is intended to be used as an interface, and should not be
464460 // extended directly; this constructor prevents instantiation and extension.
465- // ignore: unused_element
466461 DisabledChipAttributes ._();
467462
468463 /// Whether or not this chip is enabled for input.
@@ -510,7 +505,6 @@ abstract class DisabledChipAttributes {
510505abstract class TappableChipAttributes {
511506 // This class is intended to be used as an interface, and should not be
512507 // extended directly; this constructor prevents instantiation and extension.
513- // ignore: unused_element
514508 TappableChipAttributes ._();
515509
516510 /// Called when the user taps the chip.
0 commit comments