menu
artisanal package
documentation
widgets.dart
HistoryEntry
HistoryEntry.new const constructor
HistoryEntry.new const constructor
dark_mode
light_mode
HistoryEntry
constructor
const
HistoryEntry
(
{
required
String
description
,
bool
isRedo
=
false
,
})
Implementation
const HistoryEntry({required this.description, this.isRedo = false});
artisanal package
documentation
widgets
HistoryEntry
HistoryEntry.new const constructor
HistoryEntry class