PrettySlideUnderlineButton constructor
const
PrettySlideUnderlineButton({})
Implementation
const PrettySlideUnderlineButton({
super.key,
required this.label,
this.labelStyle,
this.icon,
required this.onPressed,
this.duration,
this.firstSlideColor,
this.secondSlideColor,
this.underlineHeight,
});