CurvyArrowButton constructor
const
CurvyArrowButton({})
Implementation
const CurvyArrowButton({
super.key,
required this.isLeft,
required this.backgroundColor,
required this.iconColor,
required this.iconData,
required this.onPressed,
this.height = 55,
});