feat: working implementation of multiple widgets on macos

This commit is contained in:
Nick Fisher
2024-09-30 13:45:57 +08:00
parent 22020d8607
commit fbd54a2a09
21 changed files with 382 additions and 183 deletions

View File

@@ -41,6 +41,6 @@ abstract class ThermionFlutterPlatform extends PlatformInterface {
///
///
///
Future resizeWindow(
Future resizeWindow(
int width, int height, int offsetTop, int offsetRight);
}