CustomDropDown constructor
const
CustomDropDown({
- Key? key,
- required Widget child,
- required Widget dropDownBuilder(
- OverlayPortalController controller
- dynamic onStateChange()?,
- Alignment targetAnchor = Alignment.bottomLeft,
- AlignmentGeometry alignment = AlignmentDirectional.topStart,
- dynamic getController()?,
Implementation
const CustomDropDown({
super.key,
required this.child,
required this.dropDownBuilder,
this.onStateChange,
this.targetAnchor = Alignment.bottomLeft,
this.alignment = AlignmentDirectional.topStart,
this.getController,
});