menu
kalil_utils package
documentation
event_sourcing_data.dart
ModelUndoState
ModelUndoState.new const constructor
ModelUndoState.new const constructor
dark_mode
light_mode
ModelUndoState
constructor
const
ModelUndoState
(
{
bool
?
undo
,
bool
?
redo
,
bool
?
nextAlt
,
bool
?
prevAlt
,
})
Implementation
const ModelUndoState({ this.undo, this.redo, this.nextAlt, this.prevAlt, });
kalil_utils package
documentation
event_sourcing_data
ModelUndoState
ModelUndoState.new const constructor
ModelUndoState class