XBtnbase constructor
XBtnbase({
- String? label = "",
- Decoration? decorationBTN,
- Widget? iconWidget,
- bool? enableFeedback = true,
- EdgeInsets? paddingBTNContent,
- EdgeInsets? marginBTN,
- double? radiusBorder,
- double? widthBTN = 100,
- double? heightBTN = 50,
- AlignmentGeometry? alignmentLabel,
- double? elevation,
- BuildContext? buildContextOfPage,
- IconData? icon,
- TextAlign? textAlignLabel,
- String? nameOfPageToGo = "",
- TextStyle? styleLabel,
- double? iconSize = 28,
- Color? colorBTN = Colors.black,
- Color? textColor,
- Color? iconColor = Colors.black,
- dynamic onPressed()?,
- double? widthAreaOfIcon,
Implementation
XBtnbase({
this.label = "",
this.decorationBTN,
this.iconWidget,
this.enableFeedback = true,
this.paddingBTNContent,
this.marginBTN,
this.radiusBorder,
this.widthBTN = 100,
this.heightBTN = 50,
this.alignmentLabel,
this.elevation,
this.buildContextOfPage,
this.icon,
this.textAlignLabel,
this.nameOfPageToGo = "",
this.styleLabel,
this.iconSize = 28,
this.colorBTN = Colors.black,
this.textColor,
this.iconColor = Colors.black,
this.onPressed,
this.widthAreaOfIcon,
});