open method

Future<void> open()

Open the date picker popup.

Implementation

Future<void> open() async {
  await _pickerKey.currentState?.open();
}