doCancel method
取消
Implementation
void doCancel(BuildContext context) {
Navigator.of(context).pop<List<int>>(null);
if (onCancel != null) onCancel!();
_widget = null;
}
取消
void doCancel(BuildContext context) {
Navigator.of(context).pop<List<int>>(null);
if (onCancel != null) onCancel!();
_widget = null;
}