AUTOMATIC property
A style indicating that the system determines the type of separator.
Officially Supported Platforms/Implementations:
- MacOS
Implementation
static final AUTOMATIC =
WindowTitlebarSeparatorStyle._internalMultiPlatform(0, () {
switch (defaultTargetPlatform) {
case TargetPlatform.macOS:
return 0;
default:
break;
}
return null;
});