FLUENT_OVERLAY property
final
Window style fluent overlay scroll bar. Please see Fluent UI for more details on fluent UI.
Officially Supported Platforms/Implementations:
- Windows WebView2
Implementation
static final FLUENT_OVERLAY =
EnvironmentScrollbarStyle._internalMultiPlatform(1, () {
switch (defaultTargetPlatform) {
case TargetPlatform.windows:
return 1;
default:
break;
}
return null;
});