StandardOutlinedButton constructor
const
StandardOutlinedButton({})
Implementation
const StandardOutlinedButton({
super.key,
required this.child,
this.onPressed,
this.style,
this.onError,
this.icon,
this.showLoadingIndicator = true,
});