createState method

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

Programmatically creates the App's State object.

Implementation

@override
// ignore: no_logic_in_create_state
State createState() => _appState;