LogConsole constructor

LogConsole({
  1. Key? key,
  2. bool dark = false,
  3. bool showCloseButton = true,
})

Implementation

LogConsole({super.key, this.dark = false, this.showCloseButton = true})
    : assert(_initialized, "Please call LogConsole.init() first.");