H2Sxxa / Rosa

Rosa is a environment setup tool
MIT License
7 stars 0 forks source link

feat: 亚克力效果 #14

Closed H2Sxxa closed 1 year ago

H2Sxxa commented 1 year ago

使用flutter_acrylic


WidgetsFlutterBinding.ensureInitialized();
await Window.initialize();
await Window.setEffect(
  effect: WindowEffect.acrylic,
  color: Color(0xCC222222),
);
H2Sxxa commented 1 year ago

完成,不过不推荐在浅色主题下使用