changeNotifier property

bool changeNotifier
final

Indicates whether the generated class should extend ChangeNotifier class, which is used for state management. Default value is true

Implementation

final bool changeNotifier;