How to Change Opacity of a Widget in Flutter
Opacity is a simple property that can have huge effects on the user interface of a mobile app. For example, a button with less opacity makes the user convinced that the button is disabled. In this blog post, let’s see how the opacity of widgets is changed in Flutter. Flutter’s Opacity widget makes its child…