WippyInputBottomSheet constructor
const
WippyInputBottomSheet({})
Implementation
const WippyInputBottomSheet({
required this.title,
required this.placeHolder,
required this.leftButtonLabel,
required this.rightButtonLabel,
required this.onClickLeftButton,
required this.onClickRightButton,
super.key,
});