CuReButton constructor
const
CuReButton({
- Key? key,
- CuReButtonType? type,
- CuReShape? shape,
- String? label,
- IconData? icon,
- CuReIconPosition? iconPosition,
- Function? onPressed,
- bool? isLoading,
- Size? minSize,
- Widget? child,
- bool? disabled,
- Color? color,
- Widget? customPrefix,
- double? iconSize,
- EdgeInsets? padding,
- EdgeInsets? margin,
- CuReButtonSize? size,
Implementation
const CuReButton({
super.key,
this.type,
this.shape,
this.label,
this.icon,
this.iconPosition,
this.onPressed,
this.isLoading,
this.minSize,
this.child,
this.disabled,
this.color,
this.customPrefix,
this.iconSize,
this.padding,
this.margin,
this.size,
});