Skip to content

Commit

Permalink
Fix hero tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Feb 28, 2024
1 parent 10661a8 commit 5f9d542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/expandable_fab.dart
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ class ActionButton extends StatelessWidget {
clipBehavior: Clip.antiAlias,
color: theme.colorScheme.secondary,
elevation: 4,
child: FloatingActionButton(
child: IconButton(
onPressed: onPressed,
child: icon,
icon: icon,
),
);
}
Expand Down

0 comments on commit 5f9d542

Please sign in to comment.