We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8228936 commit fc39e86Copy full SHA for fc39e86
16_panels/lib/backdrop.dart
@@ -193,6 +193,7 @@ class _BackdropState extends State<Backdrop>
193
final panelTitleHeight = widget.frontPanelClosedHeight;
194
final panelSize = constraints.biggest;
195
final panelTop = panelSize.height - panelTitleHeight;
196
+ // final panelTop = panelSize.height;
197
198
// Animate the front panel sliding up and down
199
Animation<RelativeRect> panelAnimation = RelativeRectTween(
0 commit comments