createState method
Standard Flutter override to create and return the state object for this widget.
Returns an instance of _DialogTimeState, which manages the dialog's internal time selection logic
and UI construction. This method has no parameters and no side effects beyond state instantiation.
Implementation
@override
State<DialogTime> createState() => _DialogTimeState();