BtnItemWidget constructor

const BtnItemWidget(
  1. BtnlayoutType layoutType, {
  2. Key? key,
  3. Size? widgetSize,
  4. Widget? title,
  5. Widget? image,
  6. BoxDecoration? decoration,
  7. double? space,
  8. GestureTapCallback? ontap,
  9. EdgeInsetsGeometry? padding,
})

Implementation

const BtnItemWidget(
  this.layoutType, {
  Key? key,
  this.widgetSize,
  this.title,
  this.image,
  this.decoration,
  this.space,
  this.ontap,
  this.padding,
}) : super(key: key);