mobile/toly_pop_picker/toly_pop_picker library

Classes

TolyPopItem
create by 张风捷特烈 on 2021/1/11 contact me by email 1981462002@qq.com 说明:
TolyPopPicker

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?>