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