AliceLogsScreen constructor
const
AliceLogsScreen({
- Key? key,
- required ScrollController scrollController,
- AliceLogger? aliceLogger,
- bool isAndroidRawLogsEnabled = false,
Implementation
const AliceLogsScreen({
super.key,
required this.scrollController,
this.aliceLogger,
this.isAndroidRawLogsEnabled = false,
});