Zach Klippenstein (he/him) [MOD]
02/27/2020, 9:50 PMBackdropFilter
that lets you do stuff like blur whatever’s behind a view. I know that effect isn’t part of the Material spec, but is something like that possible (or potentially possible in the future) with Compose?Leland Richardson [G]
02/27/2020, 9:53 PMZach Klippenstein (he/him) [MOD]
02/27/2020, 10:03 PMLeland Richardson [G]
02/27/2020, 10:18 PMZach Klippenstein (he/him) [MOD]
02/27/2020, 10:20 PMDraw(Modifier)
only give you access to your own children, not the layer below you, I think?
https://github.com/flutter/flutter/blob/2132a0c7a3d2a107190238ca0c5570baa0467bb7/packages/flutter/lib/src/rendering/proxy_box.dart#L1064-L1073Leland Richardson [G]
02/27/2020, 10:28 PMChris Craik
02/27/2020, 10:52 PMZach Klippenstein (he/him) [MOD]
02/27/2020, 11:34 PMromainguy
02/28/2020, 1:50 AMZach Klippenstein (he/him) [MOD]
02/28/2020, 2:26 AMromainguy
02/28/2020, 4:08 AM