createState method
Creates the state for this DialogDateMulti widget.
Returns: _DialogDateMultiState - The private state managing the dialog's date selection logic.
Implementation
@override
State<DialogDateMulti> createState() => _DialogDateMultiState();