GElevatedButton constructor
const
GElevatedButton({})
Implementation
const GElevatedButton({
super.key,
required this.isLoading,
required this.onPressed,
required this.text,
this.textStyle,
this.loadingColor = Colors.white,
this.loadingSize = 24.0,
});