From 504dcabe3ec5bfe3c46447c06554bcc4a76793e4 Mon Sep 17 00:00:00 2001 From: David <8vsxdxd@gmail.com> Date: Wed, 23 Sep 2020 11:23:53 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d73041f..d3aaced 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ Miniplayer( valueNotifier
+//Allows you to use a global ValueNotifier 
+//with the current progress. 
+//Can be used to hide the BottomNavigationBar.
 final ValueNotifier playerExpandProgress =
     ValueNotifier(playerMinHeight);