From 55c58790649adfeb1c6d4a6043c9c5f86dae3e2e Mon Sep 17 00:00:00 2001 From: Daniel Eshkeri Date: Fri, 4 Oct 2024 09:44:33 +0100 Subject: [PATCH] fix: removed commented lines --- lib/src/components/comms_button/comms_button.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/src/components/comms_button/comms_button.dart b/lib/src/components/comms_button/comms_button.dart index ca5a0ec2..36ff0e4e 100644 --- a/lib/src/components/comms_button/comms_button.dart +++ b/lib/src/components/comms_button/comms_button.dart @@ -423,9 +423,6 @@ class _ZetaCommsButtonState extends State { super.debugFillProperties(properties); properties ..add(DiagnosticsProperty('isToggled', isToggled)) - // ..add(ColorProperty('iconColor', iconColor)) - // ..add(ColorProperty('backgroundColor', backgroundColor)) - // ..add(ColorProperty('borderColor', borderColor)) ..add(EnumProperty('type', type)); } }