AntdButtonStyle constructor
const
AntdButtonStyle({
- bool inherit = true,
- AntdIconStyle? iconStyle,
- AntdBoxStyle? buttonStyle,
- Widget? loadingWidget,
Implementation
const AntdButtonStyle({
super.inherit,
this.iconStyle,
this.buttonStyle,
this.loadingWidget,
});