createState method

  1. @override
State<DialogTime> createState()
override

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();