AntdButtonStyle constructor

const AntdButtonStyle({
  1. bool inherit = true,
  2. AntdIconStyle? iconStyle,
  3. AntdBoxStyle? buttonStyle,
  4. Widget? loadingWidget,
})

Implementation

const AntdButtonStyle({
  super.inherit,
  this.iconStyle,
  this.buttonStyle,
  this.loadingWidget,
});