LocalHistoryEntryDj constructor
LocalHistoryEntryDj({
- dynamic onRemove,
- dynamic baseWidgetDjType = 'LocalHistoryEntry',
Implementation
LocalHistoryEntryDj({
this.onRemove,
baseWidgetDjType = 'LocalHistoryEntry',
}) : super(
baseWidgetDjType:baseWidgetDjType,
);