disableShadow static method

Future<void> disableShadow()

Disables the window's shadow (macOS only).

Implementation

static Future<void> disableShadow() async {
  WindowManipulator.disableShadow();
}