one_button constructor

one_button({
  1. Key? key,
  2. required bool border,
  3. Widget? widget,
  4. BorderStyle? borderStyle,
  5. double? borderwidth,
  6. Color? buttonColor,
  7. String? title,
  8. Function? onClickCallBack,
  9. Color? borderradiusColor,
  10. double? buttonradius,
  11. TextStyle? style,
  12. double? buttonheight,
  13. double? buttonwidth,
})

Implementation

one_button({Key? key, required this.border,this.widget,this.borderStyle,this.borderwidth,this.buttonColor,this.title, this.onClickCallBack,  this.borderradiusColor,this.buttonradius,this.style,this.buttonheight,this.buttonwidth}) : super(key: key);