DatePickerController constructor

DatePickerController(
  1. DateTime? value
)

Creates a DatePickerController with the specified initial date.

Implementation

DatePickerController(super.value);