TolyPopPicker constructor
const
TolyPopPicker({
- Key? key,
- Widget? title,
- required List<
TolyPopItem> tasks, - VoidCallback? onCancel,
- String cancelText = "取消",
- TolyPopPickerTheme? theme,
Implementation
const TolyPopPicker({
super.key,
this.title,
required this.tasks,
this.onCancel,
this.cancelText = "取消",
this.theme,
});