AnchoredHelper constructor
const
AnchoredHelper({
- Function? onLeftBtnTap,
- Function? onRightTap,
- Text? rightBtnText,
- Text? leftBtnText,
- Text? title,
- Text? description,
- Function? onError,
- ButtonStyle? leftBtnStyle,
- ButtonStyle? rightBtnStyle,
- Function? onTapAnchor,
- Function? onTapBackground,
- Key? key,
- required Color bgColor,
- Anchor? anchor,
- 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);