Skip to content

Commit

Permalink
Merge pull request #63 from JustinPriday/default_visibility
Browse files Browse the repository at this point in the history
Update super_tooltip_controller.dart
  • Loading branch information
bensonarafat authored Aug 2, 2023
2 parents ecdf3c6 + 9a7bafc commit 8cd04ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/super_tooltip_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'enums.dart';

class SuperTooltipController extends ChangeNotifier {
late Completer _completer;
bool _isVisible = true;
bool _isVisible = false;
bool get isVisible => _isVisible;

late Event event;
Expand Down

0 comments on commit 8cd04ef

Please sign in to comment.