ActionButton constructor
ActionButton({
- String? type,
- String? buttonText,
- num? buttonFontSize,
- num? buttonFontWeight,
- String? buttonTextColor,
- String? buttonPosition,
- String? buttonColor,
- dynamic buttonLink,
- bool? hasAdvancedOptions,
- String? buttonWidth,
- String? buttonAlignment,
- num? roundness,
- Margin? padding,
- Margin? margin,
- 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,
});