RRectOutlinedButton constructor
const
RRectOutlinedButton(})
Implementation
const RRectOutlinedButton(
this.text, {
Key? key,
this.width = 64,
this.height = 32,
this.radius = 12,
this.textColor,
this.fontSize,
this.backgroundColor = Colors.transparent,
this.gradientColors,
this.onPressed,
}) : super(key: key);