Skip to content

Commit

Permalink
fix labelShadow (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogbull authored Jan 26, 2022
1 parent 6ad15d6 commit 2155a45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/speed_dial.dart
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ class _ChildrensOverlayState extends State<_ChildrensOverlay> {
labelStyle: child.labelStyle,
labelBackgroundColor: child.labelBackgroundColor,
labelWidget: child.labelWidget,
labelShadow: child.labelShadow,
onTap: child.onTap,
onLongPress: child.onLongPress,
toggleChildren: () {
Expand Down

0 comments on commit 2155a45

Please sign in to comment.