PrettyFuzzyButton constructor
const
PrettyFuzzyButton({})
Implementation
const PrettyFuzzyButton({
super.key,
required this.label,
required this.onPressed,
this.labelStyle,
this.foregroundColor = kBlack,
this.margin = s10,
this.radius = s5,
this.originalColor = kWhite,
this.secondaryColor = kGreen,
});