Skip to content

Commit f7279a4

Browse files
committed
Add feature double tap for fullscreen toggle
1 parent 8b11166 commit f7279a4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/src/material/material_controls.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,9 @@ class _MaterialControlsState extends State<MaterialControls>
374374
});
375375
}
376376
},
377+
onDoubleTap: () {
378+
_onExpandCollapse();
379+
},
377380
child: Container(
378381
alignment: Alignment.center,
379382
color: Colors

0 commit comments

Comments
 (0)