Haptisches Feedback hinzufügen #216

Merged
flixcoo merged 14 commits from feature/215-haptisches-feedback-hinzufügen into development 2026-05-14 13:09:01 +00:00
Showing only changes of commit f5b24cb923 - Show all commits

View File

@@ -31,6 +31,7 @@ class HapticIconButton extends StatelessWidget {
Widget build(BuildContext context) { Widget build(BuildContext context) {
return IconButton( return IconButton(
iconSize: iconSize, iconSize: iconSize,
highlightColor: Colors.transparent, //disable splash animation
color: color, color: color,
padding: padding, padding: padding,
sneeex marked this conversation as resolved
Review

Nicht sinnvoll, wir sind ja auf mobile, da gibts ja keinen hover state

Nicht sinnvoll, wir sind ja auf mobile, da gibts ja keinen hover state
alignment: alignment ?? Alignment.center, alignment: alignment ?? Alignment.center,