LogPg constructor

const LogPg({
  1. Key? key,
  2. required Widget child,
})

Implementation

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