enableShadow static method

Future<void> enableShadow()

Enables the window's shadow (macOS only).

Implementation

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