Default curve Curves.easeOut

This commit is contained in:
David 2020-09-21 13:30:22 +02:00
parent 8136dd5c0c
commit 3b2630a3c0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Miniplayer extends StatefulWidget {
@required this.minHeight,
@required this.maxHeight,
@required this.builder,
this.curve = Curves.easeInQuart,
this.curve = Curves.easeOut,
this.elevation = 0,
this.backgroundColor = const Color(0x70000000),
this.valueNotifier,