Skip to content

Commit a086d63

Browse files
authored
Merge pull request #147 from akhil-ge0rge/update-readme
fix: correct SuperTooltip controller parameter name in README example
2 parents a82de84 + c21d09f commit a086d63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You have to make your Widget a `StatefulWidget` and you just need to create a co
4040
final _controller = SuperTooltipController();
4141
4242
child: SuperTooltip(
43-
_controller: tooltipController,
43+
controller: _controller,
4444
// ...
4545
)
4646
@@ -234,3 +234,4 @@ In case of trivial fixes open a [pull request](https://github.com/bensonarafat/s
234234

235235
<!-- readme: contributors -start -->
236236
<!-- readme: contributors -end -->
237+

0 commit comments

Comments
 (0)