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