XBtnbase constructor

XBtnbase({
  1. String? label = "",
  2. Decoration? decoration,
  3. Widget? icon_Widget,
  4. bool? enableFeedback = true,
  5. EdgeInsets? padding,
  6. EdgeInsets? margin,
  7. double? radiusBorder,
  8. double? width,
  9. double? height,
  10. AlignmentGeometry? alignmentLabel,
  11. double? elevation,
  12. BuildContext? context_buildPage,
  13. IconData? icon,
  14. TextAlign? label_TextAlign,
  15. String? nameOfPageToGo = "",
  16. TextStyle? label_Style,
  17. double? icon_Size = 28,
  18. Color? backGroundColor,
  19. Color? label_Color,
  20. Color? icon_Color,
  21. dynamic onPressed()?,
  22. double? icon_WidthArea,
  23. String? toolTip_Message,
})

Implementation

XBtnbase({
  this.label = "",
  this.decoration,
  this.icon_Widget,
  this.enableFeedback = true,
  this.padding,
  this.margin,
  this.radiusBorder,
  this.width,
  this.height,
  this.alignmentLabel,
  this.elevation,
  this.context_buildPage,
  this.icon,
  this.label_TextAlign,
  this.nameOfPageToGo = "",
  this.label_Style,
  this.icon_Size = 28,
  this.backGroundColor,
  this.label_Color,
  this.icon_Color,
  this.onPressed,
  this.icon_WidthArea,
  this.toolTip_Message,
});