Css – How can I make this button effect for a calculator in Flutter?
I want to make this button design and for now I cannot get it right, I was playing with backgroundBlendMode but it's impossible for me. Widget buildButton(String value) { return Container( margin: const EdgeInsets.all(5.0), decoration: BoxDecoration( borderRadius: BorderRadius.circular(20.0), gradient: const…