LogFeature constructor
LogFeature({
- int maxLines = 5000,
Implementation
LogFeature({this.maxLines = 5000})
: super(
title: 'Log',
icon: const Icon(Icons.terminal_outlined),
);