LogCard constructor

const LogCard({
  1. Key? key,
  2. required Log log,
})

Implementation

const LogCard({super.key, required this.log});