LogBar constructor

LogBar({
  1. required bool dark,
  2. required Widget child,
})

Implementation

LogBar({required this.dark, required this.child});