NiceAuditLog constructor
const
NiceAuditLog({
- Key? key,
- required List<
NiceAuditLogEntry> entries, - bool showFilters = false,
- List<
String> ? filterActions, - List<
String> ? filterUsers, - DateTimeRange<
DateTime> ? dateRange, - ValueChanged<
NiceAuditLogEntry> ? onEntryTap,
Implementation
const NiceAuditLog({
super.key,
required this.entries,
this.showFilters = false,
this.filterActions,
this.filterUsers,
this.dateRange,
this.onEntryTap,
});