GradientButton constructor

GradientButton({
  1. required String title,
  2. Function? onPress,
  3. double height = 50,
  4. double margin = 10.0,
  5. gradients customGradient = gradients.green,
})

Implementation

GradientButton({required this.title,this.onPress,this.height=50,this.margin=10.0,this.customGradient=gradients.green});