MessageDisplay constructor

MessageDisplay({
  1. required bool showLogs,
})

Provides a const constructor for this widget.

Implementation

MessageDisplay({required this.showLogs}) : super(models.home);