createState method
Creates the state object for this StatefulWidget.
Returns an instance of _DialogDateState to manage the dialog's internal state.
Implementation
@override
State<DialogDate> createState() => _DialogDateState();
Creates the state object for this StatefulWidget.
Returns an instance of _DialogDateState to manage the dialog's internal state.
@override
State<DialogDate> createState() => _DialogDateState();