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