Update README.md

This commit is contained in:
David Peters 2020-09-23 15:21:26 +02:00 committed by GitHub
parent 89c48d20d6
commit 6679813b1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,12 @@ Miniplayer(
## Options ## Options
<table> <table>
<tr></tr>
<tr>
<th>Parameter</th>
<th>Implementation</th>
<th>Demo</th>
</tr>
<tr> <tr>
<td>onDismiss</td> <td>onDismiss</td>
<td> <td>
@ -53,7 +59,8 @@ Miniplayer(
//Can be used to hide the BottomNavigationBar. //Can be used to hide the BottomNavigationBar.
final ValueNotifier<double> playerExpandProgress = final ValueNotifier<double> playerExpandProgress =
ValueNotifier(playerMinHeight); ValueNotifier(playerMinHeight);
<br />
Miniplayer( Miniplayer(
valueNotifier: playerExpandProgress, valueNotifier: playerExpandProgress,
), ),