LogBar constructor Null safety

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

Implementation

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