SimpleOverlayLogCard.simple constructor

const SimpleOverlayLogCard.simple({
  1. Key? key,
  2. required SimpleOverlayLog? simple,
})

Creates a SimpleOverlayLogCard that displays a SimpleOverlayLog entry.

The simple parameter must not be null.

Implementation

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