Skip to content

Commit

Permalink
fix: 🐛 logic update in tooltip_widget.dart (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyMakadiyaS authored Nov 2, 2022
1 parent d3b422d commit f365f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/tooltip_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class _ToolTipWidgetState extends State<ToolTipWidget>
? _kDefaultPaddingFromParent
: null;
} else {
null;
return null;
}
}
return null;
Expand Down

0 comments on commit f365f00

Please sign in to comment.