jd_pop_widget library

Functions

showPop({required BuildContext context, required List<Widget> items, double? top, double? left, double? right, double width = 100, double cellHeight = 40, Color backgroundColor = Colors.white, Color dividerColor = const Color(0xFFE6E6E6), required Color barrierColor, bool hiddenArrow = false, bool barrierDismissible = true, ClickCallBack? clickCallback}) → void
showPopView({required BuildContext context, Widget? widget, double? top, double? left, double? right, double width = 100, double? height, Color backgroundColor = Colors.white, required Color barrierColor, bool hiddenArrow = false, bool barrierDismissible = true}) → void

Typedefs

ClickCallBack = void Function(int selectIndex)
@author jd