JeaButton constructor
const
JeaButton({})
Implementation
const JeaButton({
super.key,
required this.text,
this.onTap,
this.textColor,
this.textStyle,
this.hoverColor,
this.backgroundColor,
this.onLongPress,
});