GajIconButton constructor
const
GajIconButton({})
Implementation
const GajIconButton({
Key? key,
required this.icon,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.buttonSize,
this.fillColor,
this.disabledColor,
this.onPressed,
this.showLoadingIndicator = false,
}) : super(key: key);