createState method

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

Creates the state for this DialogText widget. Returns: State

Implementation

@override
State<DialogText> createState() => _DialogTextState();