createState method

Future<TState?> createState()

Implementation

Future<TState?> createState() => Future.value(null);