LogCard.simple constructor

const LogCard.simple({
  1. Key? key,
  2. required SimpleLog? simple,
})

Creates a LogCard that displays a SimpleLog entry.

The simple parameter must not be null.

Implementation

const LogCard.simple({super.key, required this.simple}) : network = null;