ActionButton constructor

ActionButton({
  1. String? type,
  2. String? buttonText,
  3. num? buttonFontSize,
  4. num? buttonFontWeight,
  5. String? buttonTextColor,
  6. String? buttonPosition,
  7. String? buttonColor,
  8. dynamic buttonLink,
  9. bool? hasAdvancedOptions,
  10. String? buttonWidth,
  11. String? buttonAlignment,
  12. num? roundness,
  13. Margin? padding,
  14. Margin? margin,
  15. String? id,
})

Implementation

ActionButton({
  this.type,
  this.buttonText,
  this.buttonFontSize,
  this.buttonFontWeight,
  this.buttonTextColor,
  this.buttonPosition,
  this.buttonColor,
  this.buttonLink,
  this.hasAdvancedOptions,
  this.buttonWidth,
  this.buttonAlignment,
  this.roundness,
  this.padding,
  this.margin,
  this.id,
});