LogListView constructor
const
LogListView({
- required List<
DevLogModel> logs, - List<
int> ? highlightIndices, - int? highlightIndex,
- VoidCallback? onCopy,
- ScrollController? scrollController,
- Key? key,
Implementation
const LogListView({
required this.logs,
this.highlightIndices,
this.highlightIndex,
this.onCopy,
this.scrollController,
super.key,
});