NiceVersionHistory constructor
const
NiceVersionHistory({
- Key? key,
- required List<
NiceVersionItem> versions, - String? currentVersionId,
- ValueChanged<
NiceVersionItem> ? onVersionSelected, - ValueChanged<
NiceVersionItem> ? onVersionRestore, - void onCompare()?,
- bool showCompare = false,
Implementation
const NiceVersionHistory({
super.key,
required this.versions,
this.currentVersionId,
this.onVersionSelected,
this.onVersionRestore,
this.onCompare,
this.showCompare = false,
});