From 6679813b1ae7b4a0043c8062179994861ca55c9e Mon Sep 17 00:00:00 2001 From: David Peters <46222898+peterscodee@users.noreply.github.com> Date: Wed, 23 Sep 2020 15:21:26 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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, ),