Skip to content

Instantly share code, notes, and snippets.

View trietbui85's full-sized avatar

trietbui85 trietbui85

  • Zalora
  • HCMC, Vietnam
  • 09:07 (UTC +07:00)
View GitHub Profile
@trietbui85
trietbui85 / blur_single_image.dart
Last active September 30, 2019 07:39
Blur the Flutter Container with decoration as image
/* Copyright (c) 2019 - Bui Minh Triet - x3cafe@gmail.com - http://fluttervn.com */
double _sigmaX = 0.0; // from 0-10
double _sigmaY = 0.0; // from 0-10
double _opacity = 0.1; // from 0-1.0
Container(
width: 350,
height: 300,
decoration: BoxDecoration(
image: DecorationImage(