LogBar constructor

const LogBar({
  1. Key? key,
  2. required bool dark,
  3. required Widget child,
})

Implementation

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