hasShadow method
Returns bool
- Whether the window has a shadow. On Windows, always returns true unless window is frameless.
Supported Platforms:
- Windows
- macOS
Implementation
Future<bool> hasShadow() async {
return await _invokeMethod('hasShadow');
}