createStateFactory property

  1. @override
bool createStateFactory
final

Whether to create a class where all states can be accessed statically.

This is useful for when you want to access (private) states during tests.

Implementation

@override
final bool createStateFactory;