disableShadow static method
Disables the window's shadow (macOS only).
Implementation
static Future<void> disableShadow() async {
  WindowManipulator.disableShadow();
}Disables the window's shadow (macOS only).
static Future<void> disableShadow() async {
  WindowManipulator.disableShadow();
}