AliceLogsScreen constructor

const AliceLogsScreen({
  1. Key? key,
  2. required ScrollController scrollController,
  3. AliceLogger? aliceLogger,
  4. bool isAndroidRawLogsEnabled = false,
})

Implementation

const AliceLogsScreen({
  super.key,
  required this.scrollController,
  this.aliceLogger,
  this.isAndroidRawLogsEnabled = false,
});