DigitIconButton constructor
const
DigitIconButton({
- Key? key,
- VoidCallback? onPressed,
- String? iconText,
- IconData? icon,
- double? iconSize,
- ImageIcon? imageIcon,
- Color? iconColor,
- Color? iconTextColor,
- TextDirection textDirection = TextDirection.ltr,
- bool buttonDisabled = false,
Implementation
const DigitIconButton({
super.key,
this.onPressed,
this.iconText,
this.icon,
this.iconSize,
this.imageIcon,
this.iconColor,
this.iconTextColor,
this.textDirection = TextDirection.ltr,
this.buttonDisabled = false,
});