errorWidget top-level constant
The icon to show for logs with BurtLogLevel.error.
Implementation
const errorWidget = Icon(Icons.error, color: Colors.red);
The icon to show for logs with BurtLogLevel.error.
const errorWidget = Icon(Icons.error, color: Colors.red);