RESIZABLE property
The window can be resized by the user.
Officially Supported Platforms/Implementations:
Implementation
static final RESIZABLE = WindowStyleMask._internalMultiPlatform(8, () {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 8;
default:
break;
}
return null;
});