FlutterFlowIconButton constructor
const
FlutterFlowIconButton({})
Implementation
const FlutterFlowIconButton({
super.key,
required this.icon,
this.borderColor,
this.borderRadius,
this.borderWidth,
this.buttonSize,
this.fillColor,
this.disabledColor,
this.disabledIconColor,
this.hoverColor,
this.hoverIconColor,
this.onPressed,
this.showLoadingIndicator = false,
});