createState method

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

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