Skip to content

Commit

Permalink
Update Picker.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyxd authored Jul 19, 2022
1 parent 22ca78f commit 367a486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Picker.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'package:flutter/material.dart' as Dialog;
import 'dart:async';
import 'PickerLocalizations.dart';

const bool __printDebug = true;
const bool __printDebug = false;

/// Picker selected callback.
typedef PickerSelectedCallback = void Function(
Expand Down

0 comments on commit 367a486

Please sign in to comment.