LogConsole constructor

LogConsole({
  1. bool dark = false,
  2. bool showCloseButton = false,
  3. bool showShareButton = false,
})

Implementation

LogConsole({
  this.dark = false,
  this.showCloseButton = false,
  this.showShareButton = false,
});