tolyui_feedback_modal
library
Functions
-
showTolyPopPicker<T>({required BuildContext context, required List<TolyMenuItem<T>> tasks, OnStateChange<T>? onStatusChange, Widget? title, String cancelText = "取消", String? message, 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?>
-