mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-09-20 06:34:00 +00:00
SlidingUpPanel animates its own height between minHeight and maxHeight (full screen) while opening/closing. Since it sits as a plain child in the Scaffold's footers column, that transient height briefly exceeds the fixed collapsed slot it was given, overflowing the footers column by ~18-24px during the animation. Wrap it in a fixed-size SizedBox + OverflowBox so the panel can still paint at its actual (larger) size while reporting only the collapsed height to its parent, avoiding the layout overflow. |
||
|---|---|---|
| .. | ||
| player_actions.dart | ||
| player_controls.dart | ||
| player_overlay_collapsed.dart | ||
| player_overlay.dart | ||
| player_queue_actions.dart | ||
| player_queue.dart | ||
| player_track_details.dart | ||
| player.dart | ||
| sibling_tracks_sheet.dart | ||
| use_progress.dart | ||
| volume_slider.dart | ||