LogView constructor

const LogView({
  1. Key? key,
  2. void onClose()?,
})

Implementation

const LogView({Key? key, this.onClose}) : super(key: key);