CrimsonAuthButton constructor
const
CrimsonAuthButton({})
Implementation
const CrimsonAuthButton({
super.key,
required this.label,
required this.onPressed,
this.isLoading = false,
this.height = 56.0,
this.icon,
this.letterSpacing = 3.5,
this.fontSize = 13.0,
});