How to create a gradient button in flutter
I am trying to create a button similar to this one, I don't have exact colors so using yellow and black. Want this My Code Output here is my code: class CustomButton extends StatelessWidget { final String? text; double width;…