ArtButtonsKh constructor
const
ArtButtonsKh({
- Key? key,
- required Function? onPressed,
- String? text,
- Color? textColor,
- double? height,
- double? width,
- Color? backgroundColor = Colors.black,
- EdgeInsetsGeometry? margin,
- Color? disableBackgroundColor,
- double? radius,
- double? elevation,
- bool? isDisable,
- Widget? prefixesIcons,
- Widget? suffixesIcons,
- MainAxisAlignment? mainAxisAlignment,
- bool? isOutlineButton,
- BorderRadius? customizeBorderRadius,
- bool? isCircleButton,
- Widget? circleIcon,
- double? lineSize,
- String? fontFamily,
- double? fontSize = 12,
Implementation
const ArtButtonsKh(
{Key? key,
required this.onPressed,
this.text,
this.textColor,
this.height,
this.width,
this.backgroundColor = Colors.black,
this.margin,
this.disableBackgroundColor,
this.radius,
this.elevation,
this.isDisable,
this.prefixesIcons,
this.suffixesIcons,
this.mainAxisAlignment,
this.isOutlineButton,
this.customizeBorderRadius,
this.isCircleButton,
this.circleIcon,
this.lineSize,
this.fontFamily,
this.fontSize = 12})
: super(key: key);