UndoHistoryController constructor
- UndoHistoryValue? value,
Creates a controller for an UndoHistory widget.
Implementation
UndoHistoryController({UndoHistoryValue? value}) : super(value ?? UndoHistoryValue.empty);
Creates a controller for an UndoHistory widget.
UndoHistoryController({UndoHistoryValue? value}) : super(value ?? UndoHistoryValue.empty);