mirror of
https://github.com/Myzel394/quid_faciam_hodie.git
synced 2025-06-18 23:35:25 +02:00
improved blur
This commit is contained in:
parent
e08706e0a6
commit
555ce227f8
@ -126,7 +126,7 @@ class _MemoryViewState extends State<MemoryView> {
|
|||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
if (widget.memory.type == MemoryType.photo)
|
if (widget.memory.type == MemoryType.photo)
|
||||||
ImageFiltered(
|
ImageFiltered(
|
||||||
imageFilter: ImageFilter.blur(sigmaX: 10, sigmaY: 10),
|
imageFilter: ImageFilter.blur(sigmaX: 30, sigmaY: 30),
|
||||||
child: RawMemoryDisplay(
|
child: RawMemoryDisplay(
|
||||||
filename: widget.memory.filename,
|
filename: widget.memory.filename,
|
||||||
data: data!,
|
data: data!,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user