LogConsoleOnShake constructor

LogConsoleOnShake({
  1. required Widget child,
  2. bool dark = true,
  3. bool debugOnly = true,
  4. bool showShareButton = false,
})

Implementation

LogConsoleOnShake({
  required this.child,
  this.dark = true,
  this.debugOnly = true,
  this.showShareButton = false,
});