operationNotifier property
A ValueNotifier
that holds a list of TSimpleOperation
objects.
Used to notify listeners whenever the history of operations changes.
Implementation
final ValueNotifier<TSimpleOperation> operationNotifier;
A ValueNotifier
that holds a list of TSimpleOperation
objects.
Used to notify listeners whenever the history of operations changes.
final ValueNotifier<TSimpleOperation> operationNotifier;