AliceRawLogListWidget constructor
const
AliceRawLogListWidget({
- required ScrollController scrollController,
- required Future<
String> ? getRawLogs, - required Widget emptyWidget,
- Key? key,
Implementation
const AliceRawLogListWidget({
required this.scrollController,
required this.getRawLogs,
required this.emptyWidget,
super.key,
});