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