LoggerView constructor

LoggerView({
  1. Key? key,
  2. required void onTap()?,
})

Implementation

LoggerView({super.key, required this.onTap});