ButtonStyle constructor
const
ButtonStyle({})
Implementation
const ButtonStyle({
this.textStyle,
this.iconTint,
this.iconBackground,
this.iconBorder,
this.iconBorderRadius,
this.iconHeight,
this.iconWidth,
double? width,
double? height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});