From 0d497236b0514fd816697c33047340020f90cdf2 Mon Sep 17 00:00:00 2001 From: Mathis Kirchner Date: Wed, 13 May 2026 15:55:38 +0200 Subject: [PATCH] remove space --- lib/presentation/widgets/buttons/haptic_icon_button.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/presentation/widgets/buttons/haptic_icon_button.dart b/lib/presentation/widgets/buttons/haptic_icon_button.dart index f85800c..81c2cf0 100644 --- a/lib/presentation/widgets/buttons/haptic_icon_button.dart +++ b/lib/presentation/widgets/buttons/haptic_icon_button.dart @@ -18,7 +18,6 @@ class HapticIconButton extends StatelessWidget { final Widget icon; final VoidCallback? onPressed; - final double? iconSize; final Color? color; final EdgeInsetsGeometry? padding;