AnchoredHelper constructor

const AnchoredHelper({
  1. Function? onLeftBtnTap,
  2. Function? onRightTap,
  3. Text? rightBtnText,
  4. Text? leftBtnText,
  5. Text? title,
  6. Text? description,
  7. Function? onError,
  8. ButtonStyle? leftBtnStyle,
  9. ButtonStyle? rightBtnStyle,
  10. Function? onTapAnchor,
  11. Function? onTapBackground,
  12. Key? key,
  13. required Color bgColor,
  14. Anchor? anchor,
  15. AnchorWidgetFactory widgetFactory = AnchoredCircleHoleHelper.anchorFactory,
})

Implementation

const AnchoredHelper({
  this.onLeftBtnTap,
  this.onRightTap,
  this.rightBtnText,
  this.leftBtnText,
  this.title,
  this.description,
  this.onError,
  this.leftBtnStyle,
  this.rightBtnStyle,
  this.onTapAnchor,
  this.onTapBackground,
  Key? key,
  required this.bgColor,
  this.anchor,
  this.widgetFactory = AnchoredCircleHoleHelper.anchorFactory,
}) : super(key: key);