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 33e95c0 commit a6ac6e4Copy full SHA for a6ac6e4
lib/src/material/material_controls.dart
@@ -261,6 +261,7 @@ class _MaterialControlsState extends State<MaterialControls>
261
bottom: !chewieController.isFullScreen ? 10.0 : 0,
262
),
263
child: SafeArea(
264
+ top: false,
265
bottom: chewieController.isFullScreen,
266
minimum: chewieController.controlsSafeAreaMinimum,
267
child: Column(
0 commit comments