ComponentSecondButton constructor
const
ComponentSecondButton({
- Key? key,
- String text = '',
- Function? onClick,
- ButtonStyle? btnStyle,
- TextStyle? textStyle,
- EdgeInsets? textPadding,
- Color? color,
- double? textWidth,
Implementation
const ComponentSecondButton(
{super.key,
this.text = '',
this.onClick,
this.btnStyle,
this.textStyle,
this.textPadding,
this.color,
this.textWidth});