diff --git a/README.md b/README.md index 438b927..7d74840 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Miniplayer( ## Options + + + + + +
ParameterImplementationDemo
onDismiss @@ -53,7 +59,8 @@ Miniplayer( //Can be used to hide the BottomNavigationBar. final ValueNotifier playerExpandProgress = ValueNotifier(playerMinHeight); -
+ + Miniplayer( valueNotifier: playerExpandProgress, ),