menu
orbit_state package
documentation
orbit.dart
OrbitUndoEntry
OrbitUndoEntry.new constructor
OrbitUndoEntry.new constructor
dark_mode
light_mode
OrbitUndoEntry
constructor
OrbitUndoEntry
(
{
required
OrbitStore
store
,
required
Map
<
String
,
Object
?
>
before
,
required
Map
<
String
,
Object
?
>
after
,
String
?
label
,
})
Implementation
OrbitUndoEntry({ required this.store, required this.before, required this.after, this.label, });
orbit_state package
documentation
orbit
OrbitUndoEntry
OrbitUndoEntry.new constructor
OrbitUndoEntry class