我需要模糊一个小部件,例如一个简单的容器。我如何模糊它。
new Container( child: new Text('hello I am here'), height: 100.0, width: 100.0, color: Colors.red, )
考虑上面的容器。
dart flutter
dart ×1
flutter ×1