mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
6 lines
187 B
C++
6 lines
187 B
C++
#include "window_configuration.h"
|
|
|
|
const char *kFlutterWindowTitle = "desktop_photo_search";
|
|
const unsigned int kFlutterWindowWidth = 1280;
|
|
const unsigned int kFlutterWindowHeight = 720;
|