CLIconButton constructor
const
CLIconButton({
- Key? key,
- required dynamic onTap(),
- IconData? iconData,
- Widget? hugeIcon,
- Color? backgroundColor,
- Color? iconColor,
- double? size,
- double? iconSize,
- List<
BoxShadow> ? boxShadow, - BoxBorder? border,
- double? borderRadius,
- String? tooltip,
- bool enabled = true,
- bool? loading,
- String? semanticLabel,
- bool haptic = true,
Implementation
const CLIconButton({
super.key,
required this.onTap,
this.iconData,
this.hugeIcon,
this.backgroundColor,
this.iconColor,
this.size,
this.iconSize,
this.boxShadow,
this.border,
this.borderRadius,
this.tooltip,
this.enabled = true,
this.loading,
this.semanticLabel,
this.haptic = true,
});