f11 전체 화면 추가

This commit is contained in:
2025-08-17 21:12:08 +09:00
parent b05c778fcc
commit 1aac04301b
3 changed files with 80 additions and 102 deletions

View File

@@ -141,6 +141,8 @@ class RemoteFrameBufferWidgetState extends State<RemoteFrameBufferWidget> {
SizeTrackingWidget(
sizeValueNotifier: _sizeValueNotifier,
child: RemoteFrameBufferListenerDetector(
image: image,
remoteFrameBufferWidgetSize: MediaQuery.of(context).size,
sendPort: _isolateSendPort,
child: RemoteFrameBufferGestureDetector(
image: image,