setShadow method
Set shadow style.
Implementation
Future<void> setShadow(String id, PaletteShadow shadow) async {
await send<void>('setShadow', windowId: id, params: {
'shadow': shadow.name,
});
}
Set shadow style.
Future<void> setShadow(String id, PaletteShadow shadow) async {
await send<void>('setShadow', windowId: id, params: {
'shadow': shadow.name,
});
}