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