Update README.md

This commit is contained in:
David 2020-09-23 11:23:53 +02:00
parent b29d96871a
commit 504dcabe3e
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ Miniplayer(
<td>valueNotifier</td>
<td>
<pre lang="dart">
//Allows you to use a global ValueNotifier
//with the current progress.
//Can be used to hide the BottomNavigationBar.
final ValueNotifier<double> playerExpandProgress =
ValueNotifier(playerMinHeight);
<br />