ButtonInfo constructor

ButtonInfo({
  1. required String key,
  2. IconData? iconData,
  3. Color? color,
  4. int type = ConstantParam.btnRaise,
  5. double? fontSize,
  6. required String text,
  7. Color? bgColor,
  8. Color? iconColor,
  9. double? iconSize,
  10. double? elevation,
  11. Color? shadowColor,
  12. BorderInfo? border,
  13. EventInfo? eventInfo,
})

Implementation

ButtonInfo({required this.key,this.iconData,this.color,this.type=ConstantParam.btnRaise,this.fontSize,required this.text,this.bgColor,this.iconColor,this.iconSize,this.elevation,this.shadowColor,this.border,this.eventInfo});