OrbitUndoGroup constructor
OrbitUndoGroup({
- String? label,
- List<
OrbitUndoEntry> ? entries,
Implementation
OrbitUndoGroup({
this.label,
List<OrbitUndoEntry>? entries,
}) : entries = entries ?? [];