mobile/toly_pop_picker/toly_pop_picker
library
Functions
-
showTolyPopPicker<T>({required BuildContext context, required List<TolyPopItem> tasks, Widget? title, VoidCallback? onCancel, String cancelText = "取消", TolyPopPickerTheme? theme, bool isDismissible = true, bool enableDrag = true, bool isScrollControlled = false, bool useRootNavigator = false, Color? backgroundColor, double? elevation, Clip? clipBehavior, BoxConstraints? constraints, Color? barrierColor, String? barrierLabel, AnimationController? transitionAnimationController})
→ Future<T?>
-