JButton constructor
const
JButton({})
Implementation
const JButton({
super.key,
required this.onPressed,
this.text,
this.icon,
this.backgroundColor,
this.foregroundColor,
this.radius,
this.shadowColor,
this.borderColor,
this.borderWidth,
this.expanded = true,
this.padding = true,
this.sizeIcon,
});