Flutter – Change AppBar elevation color/mask with keeping elevation = 1
I have application that have one screen with Drawer. Main screen contains following AppBar: AppBar( foregroundColor: Colors.white, backgroundColor: Colors.green, elevation: 0, actions: // actions here ) I want to keep the AppBar because of actions I have here. However, I…