We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a82de84 + c21d09f commit a086d63Copy full SHA for a086d63
README.md
@@ -40,7 +40,7 @@ You have to make your Widget a `StatefulWidget` and you just need to create a co
40
final _controller = SuperTooltipController();
41
42
child: SuperTooltip(
43
- _controller: tooltipController,
+ controller: _controller,
44
// ...
45
)
46
@@ -234,3 +234,4 @@ In case of trivial fixes open a [pull request](https://github.com/bensonarafat/s
234
235
<!-- readme: contributors -start -->
236
<!-- readme: contributors -end -->
237
+
0 commit comments