UndoHistoryController constructor

UndoHistoryController(
  1. {UndoHistoryValue? value}
)

Creates a controller for an UndoHistory widget.

Implementation

UndoHistoryController({UndoHistoryValue? value}) : super(value ?? UndoHistoryValue.empty);