RRectButton constructor
const
RRectButton(})
Implementation
const RRectButton(
this.text, {
Key? key,
this.width = 64,
this.height = 32,
this.radius = 12,
this.textColor,
this.fontSize,
this.backgroundColor = Colors.transparent,
this.gradientColors = const [Color(0xFF9AEDE2), Color(0xFF89D9EA)],
this.onPressed,
}) : super(key: key);