LogConsole constructor Null safety

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

Implementation

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