PrimaryOutlinedButtonIcon constructor
const
PrimaryOutlinedButtonIcon({})
Creates a PrimaryOutlinedButtonIcon.
The icon parameter must not be null.
Implementation
const PrimaryOutlinedButtonIcon({
super.key,
this.activeBackgroundColor,
this.disabledBackgroundColor,
this.activeForegroundColor,
this.disabledForegroundColor,
required this.icon,
this.isLoading = false,
this.onTap,
this.height = 34,
this.width,
this.radius = 4,
});