WOIButtonStyle constructor

WOIButtonStyle({
  1. BorderRadius? borderRadius,
  2. Border? border,
  3. Widget? prefixWidget,
  4. Widget? suffixWidget,
  5. Color? backgroundColor,
  6. List<BoxShadow>? boxShadow,
  7. Gradient? gradient,
  8. EdgeInsets? textMargin,
})

Implementation

WOIButtonStyle({
  this.borderRadius,
  this.border,
  this.prefixWidget,
  this.suffixWidget,
  this.backgroundColor,
  this.boxShadow,
  this.gradient,
  this.textMargin,
});