Skip to content

Commit

Permalink
fix: removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Oct 4, 2024
1 parent bd418a5 commit 55c5879
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/components/comms_button/comms_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,6 @@ class _ZetaCommsButtonState extends State<ZetaCommsButton> {
super.debugFillProperties(properties);
properties
..add(DiagnosticsProperty<bool>('isToggled', isToggled))
// ..add(ColorProperty('iconColor', iconColor))
// ..add(ColorProperty('backgroundColor', backgroundColor))
// ..add(ColorProperty('borderColor', borderColor))
..add(EnumProperty<ZetaCommsButtonType>('type', type));
}
}

0 comments on commit 55c5879

Please sign in to comment.